Building custom Docker image using Dockerfile
We can build the docker images using Dockerfile Dockerfile is a text file containing command-line instructions. syntax for ‘docker build’:
Continue readingA friend you need, to learn technologies
We can build the docker images using Dockerfile Dockerfile is a text file containing command-line instructions. syntax for ‘docker build’:
Continue readingMonitoring plays vital role in Infrastructure management, now we will see the some of built-in commands which are available in
Continue readingSingle 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