@sreekanth-adari
Active 2 days, 12 hours ago-
Sreekanth Adari posted an update in the group
Kubernetes discussion Group 3 years, 8 months ago
Creating AKS failed at Validation due to quota issue.
{“code”:”InvalidTemplateDeployment”,”message”:”The template deployment ‘microsoft.aks-20201120125616’ is not valid according to the validation procedure. The tracking id is ‘c5ad6a42-6ed2-45cb-a63a-a5ade0757ed8’. See inner errors for…[Read more]
-
Sreekanth Adari posted a new activity comment 3 years, 8 months ago
Found this solution and it worked :
Ran below command :
$ kubectl get nodes -o wide | awk {‘print $1″ ” $2 ” ” $7’} | column -tMistake I did Mistake : I was trying using the ec2 instace server IP:port where aws cli is installed, it’s a blunder.
-
Sreekanth Adari posted an update in the group
Kubernetes discussion Group 3 years, 8 months ago
Tired exposed service or pods as NodePort and LoadBalancer as-well but application is not accessble on web/external, Please help
-
Sreekanth Adari and
Ashok B are now friends 3 years, 8 months ago
-
Sreekanth Adari joined the group
Kubernetes discussion Group 3 years, 8 months ago
-
Sreekanth Adari posted an update in the group
Kubernetes discussion Group 3 years, 8 months ago
This is group is for Advanced users to discuss issues, deployments & updates.
-
Sreekanth Adari posted an update 3 years, 8 months ago
Jenkins Cloud Agent using Kubernetes
-
Sreekanth Adari changed their profile picture 3 years, 8 months ago
-
Sreekanth Adari became a registered member 3 years, 8 months ago
Business requirement : Ended up creating only 2 nodes instead of 3, ideally for business to have good redundancy and enough resources to balance the traffic/workload
Issue : From macbook terminal, unable to run kubectl commands even though aws cli is installed and loggied in using authorisded AMI account.
Solution :
Troubleshooting steps…[Read more]