Learn Kubernetes in 1 Hour - K8s新手速通 - 进阶笔记敬请期待

Learn Kubernetes in 1 Hour

Welcome to learn k8s with me!!! [Kubernetes Crash Course for Absolute Beginners NEW] - YouTube

1. Kubernetes Architecture

  • control node - several important processes

  • worker nodes

master nodes are much more important than worker nodes

2. Main Kubernetes Components

2.1 Node & Pod

Node: a virtual or physical machine

IP adjust every time the pod restart,so -> service

2.2 Service &Ingress

Ingress: cause the node-ip is not very practical.

2.3 ConfigMap & Secret

change name: mogo-db-service -> mogo-db

! ConfigMap is for non-confidential data only! ->Secret

2.4 Volume

2.5 Deployment & StatefulSet

my-app died -> replicates everything!

Define blueprint for Pods: specify how many replicas you want to have

work with deployments instead of pods.

! DB can't be replicated via Deployment!

DB has state -> data inconsistence - > StatefulSet

however, deploying StatefulSet not easy -> common practice: DB hosted outside of k8s cluster.

3. Kubernetes Configuration

talk to API server

C-M

each configuration file has 3 parts

4. Minikube & Kubeetcl - Setup k8s cluster locally

相关推荐
卡提西亚35 分钟前
C++笔记-26-类模板
c++·笔记
yaocheng的ai分身1 小时前
停止过度思考 Obsidian:一份真正有效的初学者指南
笔记
Mr_Dwj2 小时前
【运维】Docker 入门
运维·docker·云原生·容器
奋斗的蛋黄2 小时前
CI/CD 全流程指南:从概念到落地的持续交付实践
运维·ci/cd·kubernetes
搞机械的假程序猿2 小时前
普中51单片机学习笔记-矩阵按键
笔记·学习·51单片机
肖祥3 小时前
OpenObserve日志分析平台
kubernetes·运维开发
小黑_深呼吸4 小时前
三、ingress全面详解: 实例配置及访问
docker·容器·kubernetes
心无旁骛~5 小时前
Docker常见命令
运维·docker·容器
企鹅侠客5 小时前
Kubeconfig文件自动合并-K8S多集群切换
云原生·容器·kubernetes
喂自己代言6 小时前
心理健康与生活质量
笔记