In this blog post, I will demonstrate you how to create free certs for your domain hosted on route53 using certbot and how to terminate TLS through the nginx Ingress controller. If you are running your application on kubernetes behind a nginx ingress controller & want to terminate TLS … [Read more...] about How to setup TLS certs in nginx ingress using certbot
Download kubeconfig using eksctl
eksctl utils write-kubeconfig <cluster-name> eksctl get cluster -A … [Read more...] about Download kubeconfig using eksctl
How to install minikube on windows using virtual box
install minikube from powershell using choco installer, if you don't have choco already from here choco install minikube choco install kubernetes-cli minikube start -–vm-driver=virtualbox Method-2 If the above method doesn't work, then you can set up virtualbox as the default driver and … [Read more...] about How to install minikube on windows using virtual box
Kubernetes: Deploying on master node only
https://kubernetes.slack.com/archives/C09NXKJKA/p1574305408319100 … [Read more...] about Kubernetes: Deploying on master node only
Golang interview questions
Question Answer Question Method declaration syntax Answer Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus … [Read more...] about Golang interview questions
Ansible interview questions
Core concepts Question Answer Question What is the use of Ansible? Answer Question Answer Question How do you access shell variables in Ansible? Answer Question Answer Question How do you disable cowsay? Answer Question Answer Question What is the use of … [Read more...] about Ansible interview questions
Jenkins Interview Questions
Question Answer Question How do you install Jenkins master slave setup? Answer Question Answer Question What are alternatives to Jenkins? Answer Question Answer Question How to setup email … [Read more...] about Jenkins Interview Questions
Kubernetes interview questions
Core concepts Question Answer Question What is Kubernetes? Answer Kubernetes is an open source container orchestration tool developed by google. Currently its under CNCF (Cloud Native Computing Foundation) project Orchestration means, SCAF Service … [Read more...] about Kubernetes interview questions