Recently while I was trying to install AWX using Ansible I came across below error on Centos. While this error was referring to missing pip package “docker-compose”, but when I tried to install the same it gave below error stating that it’s already installed. After trying multiple solutions […]
I recently came across a strange issue while installing Docker on CentOS (version 8) machine. Issue – When I tried below options to install docker on my machine I got the same error every time. Installation Commands Used Error message received Resolution – To resolve this issue, first […]
In this post, we will discuss automating Kubernetes deployment using Ansible. In my example, I have used CentOS VMs (on VMware) for deploying Kubernetes. But technically Kubernetes deployment steps don’t differ irrespective of the platform you use. Before getting started to make sure you have Ansible server up […]
Containers are everywhere and they are here to stay. They are great level-playing ground to break the infrastructure dependency and allow developers to release their code to any environment. Containers also help customers to operate at greater scales with ability to quickly scaling up and down, patching with […]
Part of my job is to talk about the latest geeky technologies and many times I also have to demonstrate the same – Kind of “Show me” discussions. When I started working on getting my hands dirty on Kubernetes (aka K8S) I faced many issues to get started. […]