Skip to content

bmwx4/k8s-in-practice

Repository files navigation

Introduction

Slogan

Benefit from open source and contribute to the community

k8s-in-practice

Summary

  1. 01-1.Kubernetes 设计原则

  2. 02-1.Kubernetes 对象介绍

  3. 03-1.kubectl

  4. 04.pod状态与生命周期管理

    1. 04-1.pod-view
    2. 04-2.pause-container
    3. 04-3.pod-lifecycel
    4. 04-4.pod-probe
    5. 04-5.pod-hook
    6. 04-6.init-container
    7. 04-7.pod-preset
  5. 05.pod计算资源管理

    1. 05-1.pod-resource
    2. 05-2.pod-qos
    3. 05-3.pod-limit-range-mem
    4. 05-4.pod-limit-range-cpu
    5. 05-5.pod-cpu-mem-quota
    6. 05-6.pod-count-quota
    7. 05-7.pod-extentd-resource
  6. 06.workload

    1. 06-1.replicacontroller
    2. 06-2.replicaset
    3. 06-2.daemonset
  7. 07.service

    1. 07-1.introduction
    2. 07-2.service-type
    3. 07-3.ingress
    4. 07-4.svc-and-readiness-probe
    5. 07-5.headless
  8. 08.deployment

    1. 08-1.deployment-background
    2. 08-2.deployment
  9. 09.volume

    1. 09-1.emptydir
    2. 09-2.hostpath
    3. 09-3.nfs
    4. 09-4.dynamic
    5. 09-5.ceph-rbd
    6. 09-6.cephfs
  10. 10.StatefulSet

    1. 10-1.sts-overview
    2. 10-2.sts-practice
    3. 10-3.sts-upgrade
  11. 11.Scheduler

    1. 11-1.node-affinity
    2. 11-2.pod-affinity
    3. 11-3.pod-anti-affinity
    4. 11-4.taint-toleration
  12. 12.security

    1. 12-1.security-context
    2. 12-2.rbac
    3. 12-3.rbac-clientgo
    4. 12-4.admission
    5. 12-5.sysctl
  13. 13.applications-config

    1. 13-1.command-line-arguments
    2. 13-2.environment
    3. 13-3.ConfigMap
    4. 13-4.Secret
    5. 13-5.downwardAPI
  14. 14.ops

    1. 14-1.high-availability
    2. 14-2.etcd
    3. 14-3.metrics
  15. Tasks

    1. hostalias
    2. k8s-app-development
    3. replay-example
    4. replay-template
    5. k8s-custem-development
    6. gitlab
    7. jenkins
    8. ceph-deploy
    9. rook
    10. kubectl常用姿势
    11. kubelet cri 集成 containerd
    12. helm3
    13. 本地测试环境搭建
    14. Go 程序 Debug
    15. K8S 远程Debug

Contributors !!!

@MrYueQ
@yangruiyou85