Skip to content
This repository was archived by the owner on Nov 26, 2021. It is now read-only.

Files

Latest commit

d27cf7e · Apr 5, 2020

History

History
122 lines (109 loc) · 6.96 KB

README.md

File metadata and controls

122 lines (109 loc) · 6.96 KB

WARNING: THIS REPO IS NO MORE MAINTAINED.

Kubernetes Tutorial

Kubernetes is an open-source platform for automating deployment, scaling, and operations of application containers across a cluster of hosts. This tutorial is just a lab guide for personal use only during early days of my Kubernetes journey. Never consider it as a reference for Kubernets. Please go to the project docs for more details about what Kubernets is and how does it work.

Content

  1. Architecture

  2. Core Concepts

  3. Cluster Networking

  4. Data Management

  5. Cluster Healing

  6. Securing the Cluster

  7. Scaling the Control Plane

  8. Accessing the cluster

  9. The APIs Server

  10. Custer Monitoring

  11. Advanced Scheduling

  12. Applications Design Patterns

  13. Creating Applications in OpenShift