We’ll create the AKS and acr using terraform. Create child modules in a folder “High5infra_aksPOC“. a) acr ########################## main.tf...
Shell script to take backup of var/logfile. Run a cronjob to take backup every monday Here’s a shell script that takes a backup of /var/logfile, and...
We are going to create container apps using terraform. Install the terraform, azurecli in your device and login to your azure account through your...
Ingress in Kubernetes is a resource that allows you to manage external access to your services, typically HTTP. Ingress can provide load balancing,...
Basic Commands Get cluster information: kubectl cluster-info Display available commands: kubectl help Get current context: kubectl config...
Deployment YAML file for k8s Deployment of application in chosen nodes Using Node Affinity Label Nodes: Label your desired nodes. For example: ...