MKMUKESH KUMAR MAHTOinmytrack.hashnode.dev·Mar 16 · 2 min read When ANSIBLE_CONFIG was set1️⃣ When ANSIBLE_CONFIG was set First output showed: config file = /tmp/ansible.cfg That means the environment variable ANSIBLE_CONFIG was pointing to /tmp/ansible.cfg. Environment variable has highe00
MKMUKESH KUMAR MAHTOinmytrack.hashnode.dev·Mar 16 · 2 min readAnsible Automation – Configuration PathAnsible Automation – Configuration Path 4 Key Idea When you install Ansible using virtualenv, the command: ansible --version may show: config file = None This means Ansible has not found any c00
MKMUKESH KUMAR MAHTOinmytrack.hashnode.dev·Mar 16 · 4 min readInstall Ansible on Amazon EC2 (Ubuntu)Install Ansible on Amazon EC2 (Ubuntu) 1️⃣ Connect to EC2 Instance From your local machine connect using SSH: ssh -i keypair.pem ubuntu@EC2-PUBLIC-IP Example ssh -i mykey.pem ubuntu@54.xx.xx.xx 2️⃣00
MKMUKESH KUMAR MAHTOinmytrack.hashnode.dev·Mar 7 · 14 min readinstall minikube 1️⃣ Install VirtualBox Oracle VM VirtualBox is required because Vagrant uses it to run virtual machines. Download Go to:https://www.virtualbox.org/wiki/Downloads Install it normally. 2️⃣ Install Vagr00
MKMUKESH KUMAR MAHTOinmytrack.hashnode.dev·Mar 7 · 3 min readInstall Kubernetes on AWS EC2 (Using kubeadm)Install Kubernetes on AWS EC2 (Using kubeadm) Architecture 4 A Kubernetes cluster contains: Master / Control Plane Node API Server Scheduler Controller Manager etcd Worker Nodes kubelet00