Kubernetes - Beginner
Kubernetes (K8S) is an open-source, production-grade container orchestration system for automating software deployment, management, and scaling based on containers. With Kubernetes, you can create automatic Docker containers
Created by Luciano Giacchetta
Included in Careers:
USD 0.0
Includes 65% OFF
7-Day Money Back Guarantee
This course includes
- 6 Modules
- 12 Videos
- 18 Practices
- Full-time access
- Mobile & Tablet access
- Course Certificate
What you'll learn
- Install and use Kubernetes with minikube
- Create a Kubernetes cluster
- Deploy an application on the cluster
- Explore the application within the cluster
- Expose the application publicly outside the cluster
- Automatically scale the application's availability
- Update the application without altering its availability (Continuous Delivery)
Course Contents
12 Hours 0 Minutes
Start from the beginning: the origins of Kubernetes, why it was created, and the solution it offers. Install Minikube, a reduced Kubernetes cluster to start working with it.
Persistent entities in the Kubernetes system. Kubernetes uses these entities to represent the state of its cluster. Clusters, Nodes, Pods, Control plane... learn how the different components of a Kubernetes cluster relate to each other
A pod contains a set of running containers within a cluster. These pods are replicated to increase the availability of running services.
Based on service demand, we can describe the desired behavior for the cluster
Use images from the Docker repository to practice what you learned in previous modules
Persistently store databases or any type of information using Volumes