I'll show you how to automate the process of fetching certificates and private keys from Azure Key Vault and creating Kubernetes secrets in an AKS cluster, using a Bash script and Azure CLI. This approach can also be integrated into your CI/CD pipeline for full automation.
Check out my repository with guidelines on how to set up automatic upgrades on your Azure Kubernetes Service (AKS) cluster. This might interest you if you want to simplify your AKS operations and keep your cluster updated with little work! 🤓
Finally, we have an easy add-on that we can enable on our AKS clusters to get a breakdown of costs between the different namespaces and more. This can be viewed through cost analysis.
When upgrading your Azure Kubernetes Service (AKS) cluster to a major version with breaking changes, you may encounter errors from deprecated Kubernetes APIs that block the upgrade. Fortunately, you can resolve this easily using diagnostic tools in the Azure portal.