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

相关推荐
xian_wwq16 分钟前
【学习笔记】网络与数据安全领域强制性标准
笔记·学习
24白菜头21 分钟前
【无标题】
c++·笔记·学习·harmonyos
suirosu35 分钟前
痛风高尿酸血症的治疗方法
笔记·其他·微信·新浪微博
余生皆假期-1 小时前
YuanHub 源码分析【一】FlashDB 初始化与项目应用
笔记·单片机·嵌入式硬件
gwjcloud1 小时前
Kubernetes从入门到精通(进阶篇)03
云原生·容器·kubernetes
GuokLiu1 小时前
260502-Clawith-Docker安装过程
运维·docker·容器·claw
日取其半万世不竭2 小时前
PeerTube 部署指南:自建视频托管平台
云原生·eureka·音视频
做cv的小昊2 小时前
【TJU】研究生应用统计学课程笔记(6)——第二章 参数估计(2.4 区间估计)
人工智能·笔记·线性代数·算法·机器学习·数学建模·概率论
JesseDev2 小时前
Docker lnmp环境快速搭建开箱即用
运维·docker·容器
学机械的鱼鱼2 小时前
【学习笔记】QGroundControl安装与使用简明指南
笔记·学习