Get solid hands-on experience with Kubernetes and be able to deploy any application into production using Kubernetes
Key Features
- Get started with Kubernetes and learn how to deploy applications into production to start your DevOps career
- Create services and deployments using YAML configuration files, which allow applying and updating configurations fast and easy
- Learn how to use the Kubernetes documentation file
Book Description
Kubernetes is now a de-facto standard for the deployment of the containerized applications into the production and it is the must-know tool for all DevOps engineers and software developers who want to learn how to run and test their applications in production.
During this course, you will also perform practical tasks like creating a Kubernetes cluster locally on your computers using Minikube, managing the Kubernetes cluster using kubectl, creating pods, analyzing how they are assigned to nodes, and examining their internals.
You will also learn to create deployments and observe how Kubernetes automatically creates necessary pods for this deployment, scale deployments, monitor deployments, and observe what happens when some of the pods fail.
Furthermore, you will create services to be able to connect to the deployments both internally and externally and launch the Kubernetes dashboard. Also, in practice activities, you will learn how to deploy applications in Kubernetes following the declarative approach and you will be able to create and apply YAML configuration files for the deployments and for the services.
By the end of the course, you will be able to modify deployments and services by making changes to the YAML configuration files and re-applying them.
All code files are placed here: https://github.com/PacktPublishing/Kubernetes-for-Beginners
What you will learn
- Understand Kubernetes and its architecture
- Learn what node, pod, services, and deployments are
- Learn to create a Kubernetes cluster
- Learn to manage a cluster using the Kubernetes dashboard
- Create pods using command lines
- Learn to connect to pods and explore their internals
Who this book is for
This course can be taken by DevOps engineers who want to learn how to use Kubernetes. Software developers who want to learn how applications behave in the Kubernetes cluster. Basic knowledge of Docker is required.