Skip to content

Kubernetes - Beginners | Intermediate | Advanced

Notifications You must be signed in to change notification settings

MOrlassino/kubelabs

 
 

Repository files navigation

An Ultimate Kubernetes Hands-on Labs

Pre-requisite:

Preparing 5-Node Kubernetes Cluster

PWK:

GKE

Docker Desktop for Mac

Using Kubectl

Pods101

ReplicaSet101

Deployment101

Scheduler101

Services101

StatefulSets101

DaemonSet101

Jobs101

Ingres101

  • Introductory Slides (Pending)
  • What is Kubernetes ingress?
    • NodePort
    • Load Balancer
    • Ingress Controllers and Ingress Resources

Secrets101

  • Introductory Slides (Pending)
  • What is a Kubernetes Secret?
  • Creating Kubernetes Secrets Objects
    • Using The Command Line and Text Files
    • Using The Command Line and Literal Input
  • Using Definition Files
    • Using Base64 and The Data Parameter
    • Using Clear Text and The StringData Parameter
  • Getting The Secret Data Back
  • How You Can Use Your Defined Secrets in Kubernetes
  • Accessing Secrets Through Files Inside a Volume
  • Accessing Secrets Through Environment Variables
  • Using ImagePullSecrets To Authenticate To Private Image Registries
  • Using ImagePullSecrets When You Don’t Have The Authentication File
  • Using ImagePullSecrets When You Already Have The Authentication File

RBAC101

  • Introductory Slides (Pending)
  • Role-Based Access Control (RBAC) Overview
  • Creating a Kubernetes User Account Using X509 Client Certificate
  • Note For Local And Self-Hosted Clusters Users
  • Authorization Using Kubernetes Roles
  • Cluster-Wide Authorization Using ClusterRoles

Service Catalog101

  • Introductory Slides (Pending)
  • What is Kubernetes Service Catalog?
  • The Kubernetes Service
    • Catalog Resources
    • Catalog components
  • Creating a sample Service Catalog
  • Installing Service Catalog Helm Repo
    • Installing Service Catalog Helm Chart
    • Installing Service Catalog Helm Chart
    • Installing minibroker
  • Viewing the classes and plans for the Service Broker
  • Using the Service Broker services
    • Using the Service Broker services
    • Creating the ServiceBinding
    • Using the Service Catalog Service
  • Cleaning up

Cluster Networking101

  • Introductory Slides (Pending)
  • What Is Cluster Networking In Kubernetes Sense?
  • Kubernetes Networking Rules
  • What Is An Overlay Network?
  • What is a Container Network Interface (CNI)?
    • Cilium
    • Weave Net from WeaveWorks
    • Flannel

Network Policies101

Autoscaling101

  • Introductory Slides (Pending)
  • Kubernetes Autoscaling Building Blocks
    • Horizontal Pod Autoscaler (HPA)
    • Vertical Pods Autoscaler
    • Cluster Autoscaler
  • How Kubernetes Autoscalers Interact Together

Monitoring101

  • Introductory Slides (Pending)
  • Core Monitoring Pipeline
  • Services Monitoring Pipeline
  • What should you consider in Kubernetes Services Pipeline?
  • What about Metrics Visualization?
  • Changes To Watch For
    • Heapster is Going Away
    • Metrics Server Will Get More Cool Features

Contributors

Next: Kubernetes201

About

Kubernetes - Beginners | Intermediate | Advanced

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 70.9%
  • CSS 27.8%
  • Other 1.3%