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

相关推荐
kobesdu12 分钟前
【ROS2实战笔记-6】RobotPerf:机器人计算系统的基准测试方法论
笔记·机器人·ros
凉、介20 分钟前
从设备树到驱动源码:揭秘嵌入式 Linux 中 MMC 子系统的统一与差异
linux·驱动开发·笔记·学习·嵌入式·sd·emmc
zore_c27 分钟前
【C++】C++类和对象实现日期类项目——时间计算器!!!
java·c语言·数据库·c++·笔记·算法·排序算法
Crazy________31 分钟前
4.13docker仓库registry
mysql·算法·云原生·eureka
海绵宝宝的月光宝盒35 分钟前
3-机加工工艺
经验分享·笔记·其他·自动化·学习方法
23471021272 小时前
4.18 学习笔记
软件测试·笔记·python·学习
xzal129 小时前
python中,turtle基础知识笔记1
笔记·python·turtle
Eric.Lee202111 小时前
docker 启动停止命令
运维·docker·容器
鱼鳞_11 小时前
Java学习笔记_Day29(异常)
java·笔记·学习
九成宫12 小时前
IT项目管理期末复习——Chapter 8 项目质量管理
笔记·项目管理·软件工程