DEV Community

Jack Roper
Jack Roper

Posted on • Edited on

1

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)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay