...
Code Block |
---|
az aks get-credentials --resource-group <resource group name> --name <cluster name> --file k8s.yaml |
Refer below link for Kubernetes Architecture and deployment files, autoscaling.
Creating deployment manifests for a microservice. Jenkinsfile, Ansible role, helm chart
sample helm chart: https://github.com/project-sunbird/sunbird-devops/tree/release-5.1.0/kubernetes/helm_charts/core/content
...