Setting up single node Kubernetes cluster using Minikube
Single Node Cluster with Minikube: To run the Kubernetes locally, we can use command line tool called Minikube. For development
Continue readingA friend you need, to learn technologies
Single Node Cluster with Minikube: To run the Kubernetes locally, we can use command line tool called Minikube. For development
Continue readingWe all know, in general ‘vault’ means a compartment or room for safekeeping of valuables. Like that in ansible we
Continue readingBelow are the steps to create custom systemd service 1) Create a file “hello.service” under directory either “/etc/systemd/system/” or “/usr/lib/systemd/system/”
Continue readingJSON stands for JavaScript Object Notation; it is a lightweight data interchange format. {} -> curly braces denote the Objects
Continue readingBy using below command syntax, we can execute OS commands on the managed machines from controller machine. ansible host-pattern
Continue readingWe can install the Ansible in Controller machine by using one of the below method Using YUM repository Using Python
Continue readingMany configuration management tools are available in the market. Mainly following config tools plays major role in IT industry 1)
Continue reading