In this post we will be seeing how we can use Docker Network to launch multiple container in one network and Setup WordPress Application for the same.
Docker Volumes and Bind Mounts
We've already seen how to Install Docker and Introduction to Docker, In this post we're going to understand use of Docker Volumes and Bind Mounts.
Kubernetes: Up and Running
Kubernetes is a software that allows us to deploy, manage and scale applications. The applications will be packed in containers and kubernetes groups them into units. It allows us to span our application over thousands of servers while looking like one single unit.
Basic Linux Commands every DevOps Engineer should know
Basic Linux Commands every DevOps Engineer should know
HTTPD Service is not Idempotent in Nature — Make it using Ansible
HTTPD Services is not idempotent in nature and also consume more resources . So, In this article we are going to see how to make HTTPD service idempotent in nature using automation tool Ansible.
Website Deployment using Kubernetes through Jenkins using Groovy script.
Website Deployment using Kubernetes through Jenkins using Groovy script.
Production & Testing Automation using Docker, Git, Jenkins
Production testing and automation using Docker, Git and Jenkins,
Groovy script in Jenkins
In this article I will host website on kubernetes using Groovy script in Jenkins from docker image. Whole process will be fully automated from creating docker image to exposing website to the client. Hence client can access this website from the webserver created.
You must be logged in to post a comment.