awesome-kubernetes-notes

awesome-kubernetes-notes

git Address: https://github.com/redhatxl/awesome-kubernetes-notes


Text awesome-kubernetes-notes

Personal information:

awesome-kubernetes-notes: Online Reading


demo

awesome-kubernetes-notes

table of Contents

  • A Kubernetes Overview

    • Tool 1.1 choreography container
    • 1.2 kubernetes
    • 1.3 Environmental Architecture
    • 1.4 Architecture and Components
  • Two core components / accessories

    • 2.1 Controller
    • 2.2 Service
    • 2.3 Network Model
    • 2.4 kube-proxy
    • 2.5 etcd
    • 2.6 flannel
  • Three cluster deployment

    • 3.1 Preparation before deployment
    • 3.2 Master deployment
    • 3.3 department Node
  • Four entry-command

    • 4.1 kubectl
    • 4.2 run
    • 4.3 expose
    • 4.4 cp
    • 4.5 port-forward
    • 4.6 coredns
    • 4.7 analog POD is deleted
    • 4.8 analog service is deleted
    • 4.9 labels
    • 4.10 dynamic expansion
    • 4.11 rolling upgrade
    • 4.12 Cluster outside access
    • 4.13 troubleshooting log
    • 4.14 POD connected to the container
  • Five Configuration Checklist Use

    • 5.1 Object Configurable
    • 5.2 Configuration Checklist composition
    • 5.3 get a list of help
    • 5.4 List of Essential format
    • 5.5 quickly get a list of
    • 5.6 create create
    • 5.7 delete delete
    • 5.8 applay created or updated
  • Six POD Configuration Checklist

    • 6.1 pods.metadata POD metadata
    • 6.2 pods.spec specification
  • Seven Controller Configuration Checklist

    • 7.1 ReplicaSet controller
    • 7.2 Deployment controller
    • 7.3 DaemonSet controller
  • Eight Service Configuration Checklist

    • 8.1 Service operating mode
    • 8.2 Service Type
    • 8.3 Resource Record
    • 8.4 Service Listing
    • Specification 8.5 service.spec
    • 8.6 ClusterIP 类型的 service
    • 8.7 NodePort 类型的 service
    • 8.8 loadBalancerIP 类型
    • 8.9 无集群地址的 Service
    • 8.10 externalName 类型
  • 九 ingress 控制器

    • 9.1 ingress.spec 规范
    • 9.2 ingress-nginx 代理
    • 9.3 ingress-tomcat 代理
  • 十 POD 存储卷

    • 10.1 卷的类型
    • 10.2 容器挂载选项
    • 10.3 节点存储
    • 10.4 网络存储
    • 10.5 分布式存储
    • 10.6 StorageClass Ceph RBD
  • 十一 配置信息容器化

    • 11.1 POD 获取环境变量
    • 11.2 configMap
    • 11.3 secret
  • 十二 StatefulSet 控制器

    • 12.1 清单格式
    • 12.2 创建 NFS PV
    • 12.3 创建 statefulSet
    • 12.4 扩容和升级
  • 十三 用户认证系统

    • 13.1 用户的类型
    • 13.2 POD如何连接集群
    • 13.3 serviceaccount 对象
    • 13.4 kubectl 配置文件
    • 13.5 添加证书用户到 config
    • 13.6 创建新 config 文件
    • 13.7 基于 token 认证
  • 十四 用户权限系统

    • 14.1 权限列表
    • 14.2 创建 Role
    • 14.3 创建 rolebinding
    • 14.4 创建 clusterrole
    • 14.5 创建 clusterrolebinding
    • 14.6 rolebinding 与 clusterrole
    • 14.7 RBAC授权
  • 十五 dashboard

    • 15.1 部署流程
    • 15.2 使用令牌登录
    • 15.3 分级管理
    • 15.4 配置文件认证
  • 十六 网络通信

    • 16.1 通信模型
    • 16.2 通信模型底层
    • 16.3 K8S 名称空间
    • 16.4 K8S网络拓扑
    • 16.5 flannel
    • 16.6 Calico
  • 十七 调度策略

    • 17.1 POD创建流程
    • 17.2 Service创建过程
    • 17.3 资源限制维度
    • 17.4 Scheduler 调度过程
    • 17.4 预选因素
    • 17.5 优选函数
    • 17.6 selection function
  • Eighteen advanced scheduling settings

    • 18.1 Node selector
    • 18.2 pairs of nodes affinity
    • 18.3 affinity for the POD
    • 18.4 Anti affinity for the POD
    • 18.5 node stain
    • 18.6 POD stain tolerance
  • Nineteen container resource constraints

    • 19.1 resource constraints
    • 19.2 qos quality management
  • Twenty HeapSter monitoring (DISPOSAL)

    • 20.1 Installation influx DB
    • 20.2 Installation HeapSter
    • 20.3 Installation Grafana
  • Twenty-one new generation of monitoring architecture

    • 21.1 core indicators pipeline
    • 21.2 Pipeline Monitoring
    • 21.3 installation metrics-server
    • 21.4 Installation prometheus
    • 21.5 HPA command line
    • 21.6 HPA list
  • Twenty-two K8S Package Manager

    • 22.1 basic concepts
    • 22.2 Helm works
    • 22.3 deploying Helm
    • 22.4 Chart file organization
    • 22.5 Use Helm + Ceph deployment EFK
    • 22.6 Storage Class
    • 22.7 Helm Elasticsearch
    • 22.8 Helm fluentd-elasticsearch
    • 22.9 Helm kibana

Learning Links

File

video


If there are any notes help more articles for you, welcome attention to blog a learning exchange

Please sweep the coffee I drink ☕️

  • Micro letter

Micro letter

  • Alipay

Alipay

Guess you like

Origin blog.51cto.com/kaliarch/2453648