Code it Yourself...
Code it Yourself...

  • Archives
  • Categories
  • Tags
  • Events
  • About Me


  • Github RSS

  • Mode
  1. Home
  2. Categories
  3. kubernetes

AKS & Application Gateway: Expose more than one service in an ingress resource

AKS & Application Gateway: Expose more than one service in an ingress resource
April 16, 20191 min read Azure KubernetesAksApplication GatewayIngressWaf

If you install the Azure Application Gateway Ingress Controller for your AKS clusters you may want to expose more than one service through the same Public IP just changing the url path. In order to make this work you must use the backend-path-prefix annotation. In the following sample I create an ingress with the...

Read More

AKS: Persistent Volume with existing Storage Account

AKS: Persistent Volume with existing Storage Account
April 16, 20193 min read Azure KubernetesAksPersistent VolumePersistent Volume ClaimStorage AccountStorage Class

In order to deploy a Persistent Volume in your AKS cluster using an existing Storage Account you should take the following steps: Create a Storage Class with a reference to the Storage Account. Create a Secret with the credentials used to access the Storage Account. Create a Persistent Volume with a reference to the...

Read More

Meetup MadridDotNet - El estado del ecosistema del desarrollador por @cmendibl3

February 13, 20190 min read Azure KubernetesAksMicroservices

Kubernetes: Mount a file in your Pod using a ConfigMap

Kubernetes: Mount a file in your Pod using a ConfigMap
February 10, 20192 min read Azure KubernetesConfig MapVolume

Lately I’ve been learning Go and this week I started a side project named kube-sherlock. The purpose of this small program is to list any pod that does not have the labels that your organization requires. For kube-sherlock I created a dockerfile were both the program (kube-sherlock) and the default configuration...

Read More

AKS: Configure TLS termination with the http application routing addon

AKS: Configure TLS termination with the http application routing addon
January 10, 20192 min read Azure KubernetesAksIngress ControllerNginx

When you install a AKS cluster you can configure it to deploy the http application routing addon or you you can update an existing cluster to deploy it. Either way you end up with an NGINX Ingress Controller running, in the kube-system namespace of your cluster, with the following properties: ingress-class:...

Read More
  • ««
  • «
  • 8
  • 9
  • 10
  • 11
  • 12
  • »
  • »»
Profile
Carlos Mendible
Carlos Mendible
Father | Husband | Sr Cloud Solution Architect | Former Azure & Developer Technologies MVP | Opinions are my own
Microsoft
Madrid. Spain
About Me
Taxonomies
azure dotnet kubernetes devops management certifications
aks aspnetcore dapr docker powershell cloud keyvault managedidentity terraform ansible ALL 157
2022 3 2021 15 2020 9 2019 14 2018 20 2017 33 2016 33 2015 4 2014 1 2013 2 2011 1 2010 5 2009 7
Posts
  • AKS: Simulate Spot Node Eviction
    AKS: Simulate Spot Node Eviction
    March 20, 2022
  • AKS: Disable local accounts with Terraform
    AKS: Disable local accounts with Terraform
    January 25, 2022
  • Protect your Node.js or .NET API with Azure Active Directory
    Protect your Node.js or .NET API with Azure Active Directory
    January 18, 2022
  • Azure Database for MySQL Flexible Server: Failover Test
    Azure Database for MySQL Flexible Server: Failover Test
    November 28, 2021
  • Azure Cache for Redis: Failover Test
    Azure Cache for Redis: Failover Test
    November 21, 2021
Actions
Twitter Facebook

Go back Reload Copy URL
Copyright: 2009-2022 - Carlos Mendible. All Rights Reserved.