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](https://www.youtube.com/watch?v=s_o8dwzRlu4&t=579s)

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

相关推荐
Henry-SAP3 小时前
SAP引领ERP智能化转型
人工智能·云原生·sap·erp
BTU_YC7 小时前
Docker Compose 部署 DozerDB 完整教程
运维·docker·容器
流烟默7 小时前
Kubernetes 调度器完全指南:从原理到生产实战
云原生·容器·kubernetes
styshoo7 小时前
[NVSentinel] gpu-health-monitor模块调研
人工智能·云原生·nvsentinel
PC2005-cloud7 小时前
DeepSeek Harness 创建 skill 指南:结构、安装、使用
笔记·学习
库玛西9 小时前
现代 C++ 智能指针全景指南:从 RAII 思想到工业级实践
c语言·开发语言·c++·笔记·面试
流烟默11 小时前
Kubernetes Service 完全指南:从原理到生产实战
云原生·容器·kubernetes
airobotcn11 小时前
智能巡检平台容器化部署:Docker+K8s在工业边缘的实践
人工智能·docker·容器·kubernetes·机器人·自动化
重庆小透明12 小时前
深入探寻微服务【第四篇微服务监控实战】
微服务·云原生·架构
后季暖13 小时前
langgraph笔记(2)&& fastapi笔记
笔记