Code it Yourself...

Share

Twitter Facebook

Settings

  • Archives
  • Categories
  • Tags
  • Events
  • About Me
  1. Home
  2. Tags
  3. aks

AKS: Persistent Volume with existing Storage Account

Apr 16, 2019 2 min read kubernetesazureaksstorage accountpersistent volumepersistent volume claimstorage class
AKS: Persistent Volume with existing Storage Account 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 …

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

Feb 13, 2019 0 min read azurekubernetesaksmicroservices

AKS: Configure TLS termination with the http application routing addon

Jan 10, 2019 1 min read kubernetesazureaksnginxingress controller
AKS: Configure TLS termination with the http application routing addon 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: …

Develop and build ASP.NET Core applications to run on Kubernetes with Draft

Nov 18, 2018 2 min read dotnetkubernetesazureaksazure container registryaspnetcore
Develop and build ASP.NET Core applications to run on Kubernetes with Draft You start developing an ASP.NET Core application to run it in Kubernetes and suddenly you find yourself creating a docker file, building an image, pushing the image to a registry, creating both a deployment and a service definition for Kubernetes and you wonder if there is a tool out there to help you streamline the …

Deploying Elastic Search, Fluentd, Kibana on AKS with Helm

Oct 14, 2018 1 min read kubernetesazureakselastic searchkibanafluentd
Deploying Elastic Search, Fluentd, Kibana on AKS with Helm For my recent talk at .NET Conf Madrid I managed to install Elastic Search, Fluentd and Kibana (EFK) as a logging solution for the AKS cluster I used in my demos. The fact is that such deployment was possible thanks to Tim Park and his post Logging with Fluentd, ElasticSearch, and Kibana (EFK) on Kubernetes on Azure …
  • ««
  • «
  • 2
  • 3
  • 4
  • 5
  • 6
  • »
  • »»
Carlos Mendible
Carlos Mendible
Father | Husband | Sr Cloud Solution Architect | Former Azure & Developer Technologies MVP | Opinions are my own
Microsoft
Madrid. Spain
About Me

Recent Posts

  • AKS: Simulate Spot Node Eviction
  • AKS: Disable local accounts with Terraform
  • Protect your Node.js or .NET API with Azure Active Directory
  • Azure Database for MySQL Flexible Server: Failover Test
  • Azure Cache for Redis: Failover Test

Categories

azure dotnet kubernetes devops management certifications

Tags

aks aspnetcore dapr docker powershell cloud keyvault managedidentity terraform ansible
Copyright: 2021 - Carlos Mendible