Docker and Kubernetes are prominent names, highly appreciated for software development and deployment. Kubernetes is an open-source container–orchestration system used for automating the process of application development, scaling, and management. It intends to ensure a seamless platform to automate implementation, scaling, and procedures of application containers across clusters of hosts. Google designed it in 2014, and right now, it has been maintained by the Cloud Native Computing Foundation. It works with a different type of container tool comprising Docker. Many cloud services provide a Kubernetes-based platform as a service (IaaS or PaaS) on which Kubernetes can be implemented as a platform providing service. Moreover, many providers additionally offer their own branded Kubernetes distributions.Â
The detailed syllabus is designed for freshers as well as working professionals
Â
Â
Docker
1. Understanding Containers?
2. Start with Docker
3. Install docker on Linux/windows
4. Understand :
Docker images
Containers
Docker repository
Docker commands
Dockerfile
5. Run your first containers
6. build container images
7. Mount local volumes to docker container
8. Get into a container, login to a container
9. Deploy static html website using docker
10. Deploy java application using docker container
12. See container insights using docker stats
13. Docker best practices
Kubernetes
1. Why Kubernetes?
2. What is Kubernetes?
3. Install Kubernetes/minikube and kubetools
4. understand:
Kubernetes architecture
kubedns
kubescheduler
kubeapi-server
kube-controller
kubeproxy
kubelet
etcd
nodes
pods
5. Understand use case of Kubernetes
6. deploy first container in Kubernetes
7. learn data persistence
8. Access kube dashboard
9. Scale your containers
10. Load balance containers
11. Kubernetes best practices
1. Ansible Case Studies:
Ansible playbook to install apache and configure httpd.conf as per required.
httpd daemon should be started and change index.html using lineinmodule for specific parameters
Ansible playbook using copy module to copy the vsftpd/httpd conf file to /var/www location
Replace all instances of ‘AllowOverride None’ with ‘AllowOverride AuthConfig’ in /etc/httpd/conf/httpd.conf using replace module or lineinmodule
Files copied should have backup in place and read permissions for all users
Playbook to copy /usr/local/bin/runme.sh to /usr/bin/runme.sh on all nodes and the files should have execute permissions and owned by DevOps users
Ansible playbook to create users and add them to respective groups
Ansible playbook to execute multiple playbooks at same time without executing single yml every time
Hardening of AWS instances to be done where httpd/nfs needs to be installed
Users can be created with specific privileges, crontabs should be added with desired ask
DNS entries needs to be updated etc/httpd/conf/httpd
Understand Templates, Roles, Handlers etc in Ansible and best practices being used in Production environment
2. Terraform Case Studies:
Terraform code to create 5-7 EC2 instances at same time
Terraform code for dependency module
Code to create multiple EC2 instances only if s3 bucket exists else discard the spawning.
Create multiple users in AWS using terraform code at same time with specific privileges
How to destroy only specific type instances from an existing code or run only specific task for an existing terraform code without hampering other running infrastructure.
Best other practices for terraform and limitations
3. Jenkins Case Studies:
Jenkins project to integrate Git with it. Run remote builds using Jenkins and later push/pull the builds from Git so that its automatically picked via Jenkins
Project to integrate Maven with Jenkins and automate project to do Maven build using Jenkins
User management using specific plugins in Jenkins so that all users doesn’t have access to all projects in Jenkins. Security tuning in Jenkins
Other best practices used in companies for Jenkins
Pipeline creation using Jenkins to automate several tasks.
Several scenarios to do actual troubleshooting in Jenkins related to errors, failures in builds.
Docker is a prominent software containerization platform that packages the application into one standardized unit, enfolding it into an entire file system that includes everything required to execute on a server.
Kubernetes is a software developed by Google to self-regulate the deployment, ascending, and supervision of containerized applications.
Concisely, these two software together makes it easier to install, transport, and maintain complicated software applications anytime, anywhere.
We strongly believe in hands-on practical training and our trainers make sure that is imparted to our students as well. Saying that, yes we will cover a live project which needs to be completed during the course
Docker is an open-source and lightweight containerization technique, while Kubernetes is an open-source container management software used in diverse kinds of virtual, physical, and cloud environments.
After the course completion, an exam will be conducted to judge your knowledge along with the live project work completion check and you will be awarded a certificate from iLearning Class.