Skip to content

Latest commit

 

History

History
136 lines (80 loc) · 2.24 KB

k8s-course.md

File metadata and controls

136 lines (80 loc) · 2.24 KB

CKAD

Basic Course 08

CKAD Topics Basic

Basic Course 08

Container

Basic Course 04

POD

Basic Course 05

Replica Set

Basic Course 06

Replica Controller

Basic Course 07

Deployment

Basic Course 08

Services

Basic Course 08

Labels

Basic Course 08

Health checks

Basic Course 08

Secrets

Basic Course 08

CKAD Topics Advance

Basic Course 08

Discovery

Basic Course 08

Config Map

Basic Course 08

Ingress

Basic Course 08

  • like ha proxy

Volumes

Basic Course 08

Deamon

Basic Course 08

  • one pod per node

Resources

Basic Course 08

  • heapster
  • influxdb
  • grafana

Autoscalling

Basic Course 08

CKAD Topics Admin

Basic Course 08

Namespaces

Basic Course 08

User

Basic Course 08

Networking

Basic Course 08

HA ( High Availabity )

Basic Course 08

kubectl befehle

  • get ...
    • pods
    • deployments
    • rc
    • rs
    • services
  • describe ...
  • expose ...
  • rollout ...
    • undo
    • history
    • status
  • create ...
    • secret
    • deployment
    • service (short: svc)
  • set ...
  • image
  • label
  • exec -i-t /bin/bash

other tools

curl

workflow

1 create pod or deployment 2 create service 3 done