DEV Community

Jack Roper
Jack Roper

Posted on • Updated on

Upgrading your application in Azure Kubernetes Service (AKS)

There are multiple ways to upgrade your application:

  • Changing the YAML files
  • Using kubectl edit — for quick, minor changes on a live cluster
  • Using kubectl patch — for small updates when you have no access to the YAML file.
  • Using helm — used when your application is deployed with helm. Changing the YAML...

read more:

https://jackwesleyroper.medium.com/upgrading-your-application-in-azure-kubernetes-service-aks-c67d8fc5c482

Top comments (0)