├── .gitignore ├── CI ├── Weave Flux │ └── README.md ├── argo │ ├── argo-cd.md │ └── argo-workflow.md ├── flagger │ └── readme.md ├── helm │ ├── README.md │ └── helm-install.md ├── how-to-continuously-deliver-kubernetes-applications-with-flux-cd.md ├── kompose │ └── README.md ├── kubeflow │ └── README.md └── tekton │ ├── pipline.md │ ├── piplinerun.md │ ├── source │ └── pipline-controller.md │ ├── taskrun.md │ ├── tekton入门-tasks.md │ ├── tekton入门-安装.md │ ├── tekton源码分析-piplinerun.md │ ├── tekton源码分析-taskrun.md │ ├── triggers.md │ ├── workspaces.md │ └── 细数tekton中用的image.md ├── README.md ├── SUMMARY.md ├── about-golang └── README.md ├── access-control └── readme.md ├── access-svc ├── ingress │ ├── README.md │ ├── ingresscontroller │ │ └── nginx-ingress-controller.md │ └── traefik │ │ └── traefik-ingress.md └── metalb - 本地集群实现LoadBalancer.md ├── architecture ├── README.md ├── client │ ├── kubectl-proxy.md │ └── kubectl.md └── node │ ├── kubelet-gc.md │ └── kubelet.md ├── auth ├── auth-k8s-by-keycloak.md ├── image-pull-secret.md ├── rbac.md └── 证书认证请求.md ├── cloudnative ├── cloud-native-survey-china.md └── cloud-native-vitess.md ├── cluster-mgr ├── README.md ├── cabin.md ├── k8dash.md ├── kubernetic.md ├── lens and infa app.md ├── ubernator.md └── virtual-cluster.md ├── controllers ├── rs vs rs.md └── statefulset.md ├── crd └── readme.md ├── develop ├── .how-to-use-crd_images │ └── kube-controller.png ├── README.md ├── adimission-webhook.md ├── deploy-custom-resources.md ├── develop-clientset.md ├── develop-dynamiclient.md ├── develop-restclient.md ├── develop-web-terminal.md ├── how-to-add-device.md ├── how-to-use-crd.md ├── install-metric-server.md ├── readness-gate.md ├── scheduler-framework.md ├── self-develop-scheduler.md ├── test-adimisiion-webhook.md ├── test-kubebuilder.md ├── test-scheduler-framework.md ├── 使用code-generator生成crd.md ├── 自定义k8s存储插件.md └── 自定义kubectl插件.md ├── docker ├── README.md ├── build.md ├── cgroup │ ├── README.md │ ├── blkio.md │ ├── cpuacct.md │ ├── cpuset.md │ ├── devices.md │ ├── freezer.md │ ├── hugetlb.md │ ├── memory.md │ ├── net_cls.md │ ├── net_prio.md │ ├── pid.md │ └── rdma.md ├── dockerfile.md ├── handle-docker.md ├── install.md ├── namespace │ ├── NET.md │ ├── Readme.md │ ├── UTS.md │ └── shells.md ├── network.md ├── overlay.md ├── run.md ├── ship.md ├── sysctl-in-docker.md ├── userns-remap.md └── volume.md ├── edge-computing ├── akri.md ├── kubeedge │ ├── cloudcore - cloudhub.md │ ├── cloudcore - edgecontroller.md │ ├── edgecore - edged源码分析.md │ ├── edgecore - edgehub源码分析.md │ ├── edgecore - eventbus.md │ ├── edgecore - metamanager源码分析.md │ ├── edgecore - servicebus源码分析.md │ ├── edgecore初始化流程.md │ ├── edgemesh源码分析.md │ ├── install │ │ └── sourcecode.md │ ├── kubeedge beehive 介绍.md │ └── readme.md ├── raspberry-ubuntu-19-10.md ├── readme.md └── temperature.md ├── golang └── install.md ├── hpa ├── keda.md ├── rudr.md └── 使用metric-server 或 prometheus实现HPA.md ├── install ├── addons │ ├── descheduler.md │ ├── install-coredns.md │ ├── install-dashboard.md │ ├── install-fluentd-es.md │ ├── install-heapster-influxdb-grafana.md │ ├── install-kube-dns.md │ ├── install-kube-proxy.md │ ├── install-kube-router.md │ └── weave-scope.md ├── binary-install │ ├── README.md │ ├── gencerts.md │ ├── genkubeconfig.md │ ├── get-binary.md │ ├── install-etcd.md │ ├── install-master.md │ └── install-node.md ├── kind │ └── install.md ├── kops-install │ └── README.md ├── kubeadm-install │ ├── README.md │ ├── install-etcd-with-kubeadm.md │ ├── multi-control-plane.md │ └── single-control-plane.md ├── kubespray │ └── README.md ├── minikube │ └── README.md └── salt │ └── README.md ├── kubectl ├── exec-as.md ├── krew.md └── 测试授权的权限.md ├── monitoring ├── Weave Cortex │ └── README.md ├── elkstack │ └── use-elastic-stack-monito-k8s.md ├── grafana │ └── tempo-loki.md └── prometheus │ ├── README.md │ ├── architecture.svg │ ├── config-alertmgr.md │ ├── install-prometheus.md │ ├── prometheus-federation.md │ ├── prometheus.md │ ├── 从数据库获取报警规则和服务目标组.md │ └── 自定义指标hpa.md ├── namespace └── limit-range.md ├── network ├── CNI-cenie.md ├── CNI.md ├── CNM.md ├── README.md ├── bgp.md ├── bpf-history.md ├── calico.md ├── canal.md ├── cilium.md ├── contiv.md ├── flanneld.md ├── kubenet.md ├── ospf.md ├── other.md ├── weave.md └── 管理pod的nat策略.md ├── nodes └── 更新策略.md ├── patterons └── generator.go ├── pods ├── README.md ├── cpu-manager-policy.md ├── critical-pod.md ├── health-check.md ├── image-pull-secret.md ├── labels.md ├── pdb.md ├── pod-add-hosts.md ├── pod-affinity.md ├── pod-create-service-account.md ├── pod-download-api.md ├── pod-health-check-and-lifecycle.md ├── pod-init-container.md ├── pod-opaque-integer-resource.md ├── pod-priority-preemption.md ├── pod-security-content.md ├── pod-taint-and-toleration.md ├── pods-qos.md ├── prestop-and-prestop.md ├── web-terminal.md ├── 删除方式.md ├── 构建高可用服务.md ├── 注释.md └── 系统级标签-注解-污点.md ├── proxy └── katran.md ├── quicstart.md ├── rust ├── krustlet.md └── readme.md ├── serverless ├── README.md ├── knative │ ├── README.md │ ├── Serving.md │ ├── controller.md │ ├── eventing.md │ ├── getstart.md │ ├── install.md │ ├── knative serving - hello world.md │ └── source.md └── openfaas │ └── openfaas.md ├── servicemesh ├── Article.md ├── README.md ├── contour │ └── readme.md ├── envoy │ ├── envoy-lua.md │ ├── envoy-wasm.md │ ├── envoy控制平面状态.md │ ├── install.md │ ├── locally-aware.md │ ├── lyft-rate-limit.md │ ├── rate-limit-sentinel.md │ ├── ratelimit │ │ ├── go.mod │ │ ├── go.sum │ │ └── ratelimit.go │ ├── self-define-ratelimit.md │ └── xds-relay.md ├── istio │ ├── 1-7.md │ ├── 1-8.md │ ├── Introduction.md │ ├── distributed-tracing.md │ ├── dns-proxy.md │ ├── export-to.md │ ├── istio-cni.md │ ├── istio-dns-拦截策略.md │ ├── istio授权策略.md │ ├── isto-iptables.md │ ├── jwt-auth-with-keycloak.md │ ├── keepalived.md │ ├── locality-lb.md │ ├── mcp-design.md │ ├── multicluster-share.md │ ├── pilot-agent-dely-start.md │ ├── pilot-agent-source-code.md │ ├── pilot-discovery初始化流程.md │ ├── pilot.md │ ├── port-api-mount.md │ ├── readme.md │ ├── response-flags.md │ ├── stream-aggregated-resources.md │ ├── 在网格外部部署istio控制面.md │ └── 证书验证原理.md ├── linkerd │ ├── README.md │ ├── routing1.png │ └── 概念.md ├── nginxmesh │ ├── README.md │ └── nginx_sidecar.png └── osm │ └── install.md ├── storage ├── README.md ├── cert-manager.md ├── generic-ephemeral-volumes.md ├── metrics.md ├── pv & pvc.md ├── start-ceph-by-helm.md ├── storageclass │ ├── local-pv.md │ ├── nfs-client.md │ ├── nfs.md │ └── readme.md ├── volume-claim-templates.md ├── volume-snapshots.md ├── 在kubernetes中运行openebs.md └── 限制用户或组访问pv.md ├── tracing ├── README.md ├── jaeger │ ├── get-start.md │ └── jaeger-opentelemetry.md └── zipkin │ └── install.md ├── trouble ├── delete-terminating-ns.md ├── exec-sudo-in-docker.md ├── graceful-shutdown.md ├── nf_conntrack.md └── troubleshooting-k8s-deployment.md └── wasm ├── README.md └── wavm.md /.gitignore: -------------------------------------------------------------------------------- 1 | .idea 2 | _book 3 | -------------------------------------------------------------------------------- /CI/Weave Flux/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/CI/Weave Flux/README.md -------------------------------------------------------------------------------- /CI/argo/argo-cd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/CI/argo/argo-cd.md -------------------------------------------------------------------------------- /CI/argo/argo-workflow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/CI/argo/argo-workflow.md -------------------------------------------------------------------------------- /CI/flagger/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/CI/flagger/readme.md -------------------------------------------------------------------------------- /CI/helm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/CI/helm/README.md -------------------------------------------------------------------------------- /CI/helm/helm-install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/CI/helm/helm-install.md -------------------------------------------------------------------------------- /CI/how-to-continuously-deliver-kubernetes-applications-with-flux-cd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/CI/how-to-continuously-deliver-kubernetes-applications-with-flux-cd.md -------------------------------------------------------------------------------- /CI/kompose/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/CI/kompose/README.md -------------------------------------------------------------------------------- /CI/kubeflow/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/CI/kubeflow/README.md -------------------------------------------------------------------------------- /CI/tekton/pipline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/CI/tekton/pipline.md -------------------------------------------------------------------------------- /CI/tekton/piplinerun.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/CI/tekton/piplinerun.md -------------------------------------------------------------------------------- /CI/tekton/source/pipline-controller.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/CI/tekton/source/pipline-controller.md -------------------------------------------------------------------------------- /CI/tekton/taskrun.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/CI/tekton/taskrun.md -------------------------------------------------------------------------------- /CI/tekton/tekton入门-tasks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/CI/tekton/tekton入门-tasks.md -------------------------------------------------------------------------------- /CI/tekton/tekton入门-安装.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/CI/tekton/tekton入门-安装.md -------------------------------------------------------------------------------- /CI/tekton/tekton源码分析-piplinerun.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/CI/tekton/tekton源码分析-piplinerun.md -------------------------------------------------------------------------------- /CI/tekton/tekton源码分析-taskrun.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/CI/tekton/tekton源码分析-taskrun.md -------------------------------------------------------------------------------- /CI/tekton/triggers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/CI/tekton/triggers.md -------------------------------------------------------------------------------- /CI/tekton/workspaces.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/CI/tekton/workspaces.md -------------------------------------------------------------------------------- /CI/tekton/细数tekton中用的image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/CI/tekton/细数tekton中用的image.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/README.md -------------------------------------------------------------------------------- /SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/SUMMARY.md -------------------------------------------------------------------------------- /about-golang/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/about-golang/README.md -------------------------------------------------------------------------------- /access-control/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/access-control/readme.md -------------------------------------------------------------------------------- /access-svc/ingress/README.md: -------------------------------------------------------------------------------- 1 | # TODO -------------------------------------------------------------------------------- /access-svc/ingress/ingresscontroller/nginx-ingress-controller.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/access-svc/ingress/ingresscontroller/nginx-ingress-controller.md -------------------------------------------------------------------------------- /access-svc/ingress/traefik/traefik-ingress.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/access-svc/ingress/traefik/traefik-ingress.md -------------------------------------------------------------------------------- /access-svc/metalb - 本地集群实现LoadBalancer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/access-svc/metalb - 本地集群实现LoadBalancer.md -------------------------------------------------------------------------------- /architecture/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/architecture/README.md -------------------------------------------------------------------------------- /architecture/client/kubectl-proxy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/architecture/client/kubectl-proxy.md -------------------------------------------------------------------------------- /architecture/client/kubectl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/architecture/client/kubectl.md -------------------------------------------------------------------------------- /architecture/node/kubelet-gc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/architecture/node/kubelet-gc.md -------------------------------------------------------------------------------- /architecture/node/kubelet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/architecture/node/kubelet.md -------------------------------------------------------------------------------- /auth/auth-k8s-by-keycloak.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/auth/auth-k8s-by-keycloak.md -------------------------------------------------------------------------------- /auth/image-pull-secret.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /auth/rbac.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /auth/证书认证请求.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/auth/证书认证请求.md -------------------------------------------------------------------------------- /cloudnative/cloud-native-survey-china.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/cloudnative/cloud-native-survey-china.md -------------------------------------------------------------------------------- /cloudnative/cloud-native-vitess.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/cloudnative/cloud-native-vitess.md -------------------------------------------------------------------------------- /cluster-mgr/README.md: -------------------------------------------------------------------------------- 1 | # TODO -------------------------------------------------------------------------------- /cluster-mgr/cabin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/cluster-mgr/cabin.md -------------------------------------------------------------------------------- /cluster-mgr/k8dash.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/cluster-mgr/k8dash.md -------------------------------------------------------------------------------- /cluster-mgr/kubernetic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/cluster-mgr/kubernetic.md -------------------------------------------------------------------------------- /cluster-mgr/lens and infa app.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/cluster-mgr/lens and infa app.md -------------------------------------------------------------------------------- /cluster-mgr/ubernator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/cluster-mgr/ubernator.md -------------------------------------------------------------------------------- /cluster-mgr/virtual-cluster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/cluster-mgr/virtual-cluster.md -------------------------------------------------------------------------------- /controllers/rs vs rs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/controllers/rs vs rs.md -------------------------------------------------------------------------------- /controllers/statefulset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/controllers/statefulset.md -------------------------------------------------------------------------------- /crd/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/crd/readme.md -------------------------------------------------------------------------------- /develop/.how-to-use-crd_images/kube-controller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/develop/.how-to-use-crd_images/kube-controller.png -------------------------------------------------------------------------------- /develop/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/develop/README.md -------------------------------------------------------------------------------- /develop/adimission-webhook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/develop/adimission-webhook.md -------------------------------------------------------------------------------- /develop/deploy-custom-resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/develop/deploy-custom-resources.md -------------------------------------------------------------------------------- /develop/develop-clientset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/develop/develop-clientset.md -------------------------------------------------------------------------------- /develop/develop-dynamiclient.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/develop/develop-dynamiclient.md -------------------------------------------------------------------------------- /develop/develop-restclient.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/develop/develop-restclient.md -------------------------------------------------------------------------------- /develop/develop-web-terminal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/develop/develop-web-terminal.md -------------------------------------------------------------------------------- /develop/how-to-add-device.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/develop/how-to-add-device.md -------------------------------------------------------------------------------- /develop/how-to-use-crd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/develop/how-to-use-crd.md -------------------------------------------------------------------------------- /develop/install-metric-server.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/develop/install-metric-server.md -------------------------------------------------------------------------------- /develop/readness-gate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/develop/readness-gate.md -------------------------------------------------------------------------------- /develop/scheduler-framework.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/develop/scheduler-framework.md -------------------------------------------------------------------------------- /develop/self-develop-scheduler.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/develop/self-develop-scheduler.md -------------------------------------------------------------------------------- /develop/test-adimisiion-webhook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/develop/test-adimisiion-webhook.md -------------------------------------------------------------------------------- /develop/test-kubebuilder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/develop/test-kubebuilder.md -------------------------------------------------------------------------------- /develop/test-scheduler-framework.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/develop/test-scheduler-framework.md -------------------------------------------------------------------------------- /develop/使用code-generator生成crd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/develop/使用code-generator生成crd.md -------------------------------------------------------------------------------- /develop/自定义k8s存储插件.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/develop/自定义k8s存储插件.md -------------------------------------------------------------------------------- /develop/自定义kubectl插件.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/develop/自定义kubectl插件.md -------------------------------------------------------------------------------- /docker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/docker/README.md -------------------------------------------------------------------------------- /docker/build.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/docker/build.md -------------------------------------------------------------------------------- /docker/cgroup/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/docker/cgroup/README.md -------------------------------------------------------------------------------- /docker/cgroup/blkio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/docker/cgroup/blkio.md -------------------------------------------------------------------------------- /docker/cgroup/cpuacct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/docker/cgroup/cpuacct.md -------------------------------------------------------------------------------- /docker/cgroup/cpuset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/docker/cgroup/cpuset.md -------------------------------------------------------------------------------- /docker/cgroup/devices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/docker/cgroup/devices.md -------------------------------------------------------------------------------- /docker/cgroup/freezer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/docker/cgroup/freezer.md -------------------------------------------------------------------------------- /docker/cgroup/hugetlb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/docker/cgroup/hugetlb.md -------------------------------------------------------------------------------- /docker/cgroup/memory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/docker/cgroup/memory.md -------------------------------------------------------------------------------- /docker/cgroup/net_cls.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/docker/cgroup/net_cls.md -------------------------------------------------------------------------------- /docker/cgroup/net_prio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/docker/cgroup/net_prio.md -------------------------------------------------------------------------------- /docker/cgroup/pid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/docker/cgroup/pid.md -------------------------------------------------------------------------------- /docker/cgroup/rdma.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/docker/cgroup/rdma.md -------------------------------------------------------------------------------- /docker/dockerfile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/docker/dockerfile.md -------------------------------------------------------------------------------- /docker/handle-docker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/docker/handle-docker.md -------------------------------------------------------------------------------- /docker/install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/docker/install.md -------------------------------------------------------------------------------- /docker/namespace/NET.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/docker/namespace/NET.md -------------------------------------------------------------------------------- /docker/namespace/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/docker/namespace/Readme.md -------------------------------------------------------------------------------- /docker/namespace/UTS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/docker/namespace/UTS.md -------------------------------------------------------------------------------- /docker/namespace/shells.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/docker/namespace/shells.md -------------------------------------------------------------------------------- /docker/network.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/docker/network.md -------------------------------------------------------------------------------- /docker/overlay.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/docker/overlay.md -------------------------------------------------------------------------------- /docker/run.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/docker/run.md -------------------------------------------------------------------------------- /docker/ship.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/docker/ship.md -------------------------------------------------------------------------------- /docker/sysctl-in-docker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/docker/sysctl-in-docker.md -------------------------------------------------------------------------------- /docker/userns-remap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/docker/userns-remap.md -------------------------------------------------------------------------------- /docker/volume.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/docker/volume.md -------------------------------------------------------------------------------- /edge-computing/akri.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/edge-computing/akri.md -------------------------------------------------------------------------------- /edge-computing/kubeedge/cloudcore - cloudhub.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/edge-computing/kubeedge/cloudcore - cloudhub.md -------------------------------------------------------------------------------- /edge-computing/kubeedge/cloudcore - edgecontroller.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/edge-computing/kubeedge/cloudcore - edgecontroller.md -------------------------------------------------------------------------------- /edge-computing/kubeedge/edgecore - edged源码分析.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/edge-computing/kubeedge/edgecore - edged源码分析.md -------------------------------------------------------------------------------- /edge-computing/kubeedge/edgecore - edgehub源码分析.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/edge-computing/kubeedge/edgecore - edgehub源码分析.md -------------------------------------------------------------------------------- /edge-computing/kubeedge/edgecore - eventbus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/edge-computing/kubeedge/edgecore - eventbus.md -------------------------------------------------------------------------------- /edge-computing/kubeedge/edgecore - metamanager源码分析.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/edge-computing/kubeedge/edgecore - metamanager源码分析.md -------------------------------------------------------------------------------- /edge-computing/kubeedge/edgecore - servicebus源码分析.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/edge-computing/kubeedge/edgecore - servicebus源码分析.md -------------------------------------------------------------------------------- /edge-computing/kubeedge/edgecore初始化流程.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/edge-computing/kubeedge/edgecore初始化流程.md -------------------------------------------------------------------------------- /edge-computing/kubeedge/edgemesh源码分析.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/edge-computing/kubeedge/edgemesh源码分析.md -------------------------------------------------------------------------------- /edge-computing/kubeedge/install/sourcecode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/edge-computing/kubeedge/install/sourcecode.md -------------------------------------------------------------------------------- /edge-computing/kubeedge/kubeedge beehive 介绍.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/edge-computing/kubeedge/kubeedge beehive 介绍.md -------------------------------------------------------------------------------- /edge-computing/kubeedge/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/edge-computing/kubeedge/readme.md -------------------------------------------------------------------------------- /edge-computing/raspberry-ubuntu-19-10.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /edge-computing/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/edge-computing/readme.md -------------------------------------------------------------------------------- /edge-computing/temperature.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/edge-computing/temperature.md -------------------------------------------------------------------------------- /golang/install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/golang/install.md -------------------------------------------------------------------------------- /hpa/keda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/hpa/keda.md -------------------------------------------------------------------------------- /hpa/rudr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/hpa/rudr.md -------------------------------------------------------------------------------- /hpa/使用metric-server 或 prometheus实现HPA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/hpa/使用metric-server 或 prometheus实现HPA.md -------------------------------------------------------------------------------- /install/addons/descheduler.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/install/addons/descheduler.md -------------------------------------------------------------------------------- /install/addons/install-coredns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/install/addons/install-coredns.md -------------------------------------------------------------------------------- /install/addons/install-dashboard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/install/addons/install-dashboard.md -------------------------------------------------------------------------------- /install/addons/install-fluentd-es.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/install/addons/install-fluentd-es.md -------------------------------------------------------------------------------- /install/addons/install-heapster-influxdb-grafana.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/install/addons/install-heapster-influxdb-grafana.md -------------------------------------------------------------------------------- /install/addons/install-kube-dns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/install/addons/install-kube-dns.md -------------------------------------------------------------------------------- /install/addons/install-kube-proxy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/install/addons/install-kube-proxy.md -------------------------------------------------------------------------------- /install/addons/install-kube-router.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/install/addons/install-kube-router.md -------------------------------------------------------------------------------- /install/addons/weave-scope.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/install/addons/weave-scope.md -------------------------------------------------------------------------------- /install/binary-install/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/install/binary-install/README.md -------------------------------------------------------------------------------- /install/binary-install/gencerts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/install/binary-install/gencerts.md -------------------------------------------------------------------------------- /install/binary-install/genkubeconfig.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/install/binary-install/genkubeconfig.md -------------------------------------------------------------------------------- /install/binary-install/get-binary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/install/binary-install/get-binary.md -------------------------------------------------------------------------------- /install/binary-install/install-etcd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/install/binary-install/install-etcd.md -------------------------------------------------------------------------------- /install/binary-install/install-master.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/install/binary-install/install-master.md -------------------------------------------------------------------------------- /install/binary-install/install-node.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/install/binary-install/install-node.md -------------------------------------------------------------------------------- /install/kind/install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/install/kind/install.md -------------------------------------------------------------------------------- /install/kops-install/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/install/kops-install/README.md -------------------------------------------------------------------------------- /install/kubeadm-install/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/install/kubeadm-install/README.md -------------------------------------------------------------------------------- /install/kubeadm-install/install-etcd-with-kubeadm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/install/kubeadm-install/install-etcd-with-kubeadm.md -------------------------------------------------------------------------------- /install/kubeadm-install/multi-control-plane.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/install/kubeadm-install/multi-control-plane.md -------------------------------------------------------------------------------- /install/kubeadm-install/single-control-plane.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/install/kubeadm-install/single-control-plane.md -------------------------------------------------------------------------------- /install/kubespray/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/install/kubespray/README.md -------------------------------------------------------------------------------- /install/minikube/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/install/minikube/README.md -------------------------------------------------------------------------------- /install/salt/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/install/salt/README.md -------------------------------------------------------------------------------- /kubectl/exec-as.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/kubectl/exec-as.md -------------------------------------------------------------------------------- /kubectl/krew.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/kubectl/krew.md -------------------------------------------------------------------------------- /kubectl/测试授权的权限.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/kubectl/测试授权的权限.md -------------------------------------------------------------------------------- /monitoring/Weave Cortex/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/monitoring/Weave Cortex/README.md -------------------------------------------------------------------------------- /monitoring/elkstack/use-elastic-stack-monito-k8s.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/monitoring/elkstack/use-elastic-stack-monito-k8s.md -------------------------------------------------------------------------------- /monitoring/grafana/tempo-loki.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/monitoring/grafana/tempo-loki.md -------------------------------------------------------------------------------- /monitoring/prometheus/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/monitoring/prometheus/README.md -------------------------------------------------------------------------------- /monitoring/prometheus/architecture.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/monitoring/prometheus/architecture.svg -------------------------------------------------------------------------------- /monitoring/prometheus/config-alertmgr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/monitoring/prometheus/config-alertmgr.md -------------------------------------------------------------------------------- /monitoring/prometheus/install-prometheus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/monitoring/prometheus/install-prometheus.md -------------------------------------------------------------------------------- /monitoring/prometheus/prometheus-federation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/monitoring/prometheus/prometheus-federation.md -------------------------------------------------------------------------------- /monitoring/prometheus/prometheus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/monitoring/prometheus/prometheus.md -------------------------------------------------------------------------------- /monitoring/prometheus/从数据库获取报警规则和服务目标组.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/monitoring/prometheus/从数据库获取报警规则和服务目标组.md -------------------------------------------------------------------------------- /monitoring/prometheus/自定义指标hpa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/monitoring/prometheus/自定义指标hpa.md -------------------------------------------------------------------------------- /namespace/limit-range.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/namespace/limit-range.md -------------------------------------------------------------------------------- /network/CNI-cenie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/network/CNI-cenie.md -------------------------------------------------------------------------------- /network/CNI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/network/CNI.md -------------------------------------------------------------------------------- /network/CNM.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /network/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/network/README.md -------------------------------------------------------------------------------- /network/bgp.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /network/bpf-history.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/network/bpf-history.md -------------------------------------------------------------------------------- /network/calico.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/network/calico.md -------------------------------------------------------------------------------- /network/canal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/network/canal.md -------------------------------------------------------------------------------- /network/cilium.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/network/cilium.md -------------------------------------------------------------------------------- /network/contiv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/network/contiv.md -------------------------------------------------------------------------------- /network/flanneld.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/network/flanneld.md -------------------------------------------------------------------------------- /network/kubenet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/network/kubenet.md -------------------------------------------------------------------------------- /network/ospf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/network/ospf.md -------------------------------------------------------------------------------- /network/other.md: -------------------------------------------------------------------------------- 1 | # 其它一些网络插件 2 | 3 | - Romana 是一个 pod 网络的层 3 解决方案,并且支持 NetworkPolicy API。Kubeadm add-on 安装细节可以在这里找到。 4 | -------------------------------------------------------------------------------- /network/weave.md: -------------------------------------------------------------------------------- 1 | Weave Net 提供了在网络分组两端参与工作的网络和网络策略,并且不需要额外的数据库。 -------------------------------------------------------------------------------- /network/管理pod的nat策略.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/network/管理pod的nat策略.md -------------------------------------------------------------------------------- /nodes/更新策略.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/nodes/更新策略.md -------------------------------------------------------------------------------- /patterons/generator.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/patterons/generator.go -------------------------------------------------------------------------------- /pods/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/pods/README.md -------------------------------------------------------------------------------- /pods/cpu-manager-policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/pods/cpu-manager-policy.md -------------------------------------------------------------------------------- /pods/critical-pod.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/pods/critical-pod.md -------------------------------------------------------------------------------- /pods/health-check.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pods/image-pull-secret.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/pods/image-pull-secret.md -------------------------------------------------------------------------------- /pods/labels.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/pods/labels.md -------------------------------------------------------------------------------- /pods/pdb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/pods/pdb.md -------------------------------------------------------------------------------- /pods/pod-add-hosts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/pods/pod-add-hosts.md -------------------------------------------------------------------------------- /pods/pod-affinity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/pods/pod-affinity.md -------------------------------------------------------------------------------- /pods/pod-create-service-account.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/pods/pod-create-service-account.md -------------------------------------------------------------------------------- /pods/pod-download-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/pods/pod-download-api.md -------------------------------------------------------------------------------- /pods/pod-health-check-and-lifecycle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/pods/pod-health-check-and-lifecycle.md -------------------------------------------------------------------------------- /pods/pod-init-container.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/pods/pod-init-container.md -------------------------------------------------------------------------------- /pods/pod-opaque-integer-resource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/pods/pod-opaque-integer-resource.md -------------------------------------------------------------------------------- /pods/pod-priority-preemption.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/pods/pod-priority-preemption.md -------------------------------------------------------------------------------- /pods/pod-security-content.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/pods/pod-security-content.md -------------------------------------------------------------------------------- /pods/pod-taint-and-toleration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/pods/pod-taint-and-toleration.md -------------------------------------------------------------------------------- /pods/pods-qos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/pods/pods-qos.md -------------------------------------------------------------------------------- /pods/prestop-and-prestop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/pods/prestop-and-prestop.md -------------------------------------------------------------------------------- /pods/web-terminal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/pods/web-terminal.md -------------------------------------------------------------------------------- /pods/删除方式.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/pods/删除方式.md -------------------------------------------------------------------------------- /pods/构建高可用服务.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/pods/构建高可用服务.md -------------------------------------------------------------------------------- /pods/注释.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/pods/注释.md -------------------------------------------------------------------------------- /pods/系统级标签-注解-污点.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/pods/系统级标签-注解-污点.md -------------------------------------------------------------------------------- /proxy/katran.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/proxy/katran.md -------------------------------------------------------------------------------- /quicstart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/quicstart.md -------------------------------------------------------------------------------- /rust/krustlet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/rust/krustlet.md -------------------------------------------------------------------------------- /rust/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/rust/readme.md -------------------------------------------------------------------------------- /serverless/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/serverless/README.md -------------------------------------------------------------------------------- /serverless/knative/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/serverless/knative/README.md -------------------------------------------------------------------------------- /serverless/knative/Serving.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/serverless/knative/Serving.md -------------------------------------------------------------------------------- /serverless/knative/controller.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/serverless/knative/controller.md -------------------------------------------------------------------------------- /serverless/knative/eventing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/serverless/knative/eventing.md -------------------------------------------------------------------------------- /serverless/knative/getstart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/serverless/knative/getstart.md -------------------------------------------------------------------------------- /serverless/knative/install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/serverless/knative/install.md -------------------------------------------------------------------------------- /serverless/knative/knative serving - hello world.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/serverless/knative/knative serving - hello world.md -------------------------------------------------------------------------------- /serverless/knative/source.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /serverless/openfaas/openfaas.md: -------------------------------------------------------------------------------- 1 | openfaas基于云原生标准技术 2 | -------------------------------------------------------------------------------- /servicemesh/Article.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/Article.md -------------------------------------------------------------------------------- /servicemesh/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /servicemesh/contour/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/contour/readme.md -------------------------------------------------------------------------------- /servicemesh/envoy/envoy-lua.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/envoy/envoy-lua.md -------------------------------------------------------------------------------- /servicemesh/envoy/envoy-wasm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/envoy/envoy-wasm.md -------------------------------------------------------------------------------- /servicemesh/envoy/envoy控制平面状态.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/envoy/envoy控制平面状态.md -------------------------------------------------------------------------------- /servicemesh/envoy/install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/envoy/install.md -------------------------------------------------------------------------------- /servicemesh/envoy/locally-aware.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/envoy/locally-aware.md -------------------------------------------------------------------------------- /servicemesh/envoy/lyft-rate-limit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/envoy/lyft-rate-limit.md -------------------------------------------------------------------------------- /servicemesh/envoy/rate-limit-sentinel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/envoy/rate-limit-sentinel.md -------------------------------------------------------------------------------- /servicemesh/envoy/ratelimit/go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/envoy/ratelimit/go.mod -------------------------------------------------------------------------------- /servicemesh/envoy/ratelimit/go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/envoy/ratelimit/go.sum -------------------------------------------------------------------------------- /servicemesh/envoy/ratelimit/ratelimit.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/envoy/ratelimit/ratelimit.go -------------------------------------------------------------------------------- /servicemesh/envoy/self-define-ratelimit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/envoy/self-define-ratelimit.md -------------------------------------------------------------------------------- /servicemesh/envoy/xds-relay.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/envoy/xds-relay.md -------------------------------------------------------------------------------- /servicemesh/istio/1-7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/istio/1-7.md -------------------------------------------------------------------------------- /servicemesh/istio/1-8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/istio/1-8.md -------------------------------------------------------------------------------- /servicemesh/istio/Introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/istio/Introduction.md -------------------------------------------------------------------------------- /servicemesh/istio/distributed-tracing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/istio/distributed-tracing.md -------------------------------------------------------------------------------- /servicemesh/istio/dns-proxy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/istio/dns-proxy.md -------------------------------------------------------------------------------- /servicemesh/istio/export-to.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/istio/export-to.md -------------------------------------------------------------------------------- /servicemesh/istio/istio-cni.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/istio/istio-cni.md -------------------------------------------------------------------------------- /servicemesh/istio/istio-dns-拦截策略.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/istio/istio-dns-拦截策略.md -------------------------------------------------------------------------------- /servicemesh/istio/istio授权策略.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/istio/istio授权策略.md -------------------------------------------------------------------------------- /servicemesh/istio/isto-iptables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/istio/isto-iptables.md -------------------------------------------------------------------------------- /servicemesh/istio/jwt-auth-with-keycloak.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/istio/jwt-auth-with-keycloak.md -------------------------------------------------------------------------------- /servicemesh/istio/keepalived.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/istio/keepalived.md -------------------------------------------------------------------------------- /servicemesh/istio/locality-lb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/istio/locality-lb.md -------------------------------------------------------------------------------- /servicemesh/istio/mcp-design.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/istio/mcp-design.md -------------------------------------------------------------------------------- /servicemesh/istio/multicluster-share.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/istio/multicluster-share.md -------------------------------------------------------------------------------- /servicemesh/istio/pilot-agent-dely-start.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/istio/pilot-agent-dely-start.md -------------------------------------------------------------------------------- /servicemesh/istio/pilot-agent-source-code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/istio/pilot-agent-source-code.md -------------------------------------------------------------------------------- /servicemesh/istio/pilot-discovery初始化流程.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/istio/pilot-discovery初始化流程.md -------------------------------------------------------------------------------- /servicemesh/istio/pilot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/istio/pilot.md -------------------------------------------------------------------------------- /servicemesh/istio/port-api-mount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/istio/port-api-mount.md -------------------------------------------------------------------------------- /servicemesh/istio/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/istio/readme.md -------------------------------------------------------------------------------- /servicemesh/istio/response-flags.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/istio/response-flags.md -------------------------------------------------------------------------------- /servicemesh/istio/stream-aggregated-resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/istio/stream-aggregated-resources.md -------------------------------------------------------------------------------- /servicemesh/istio/在网格外部部署istio控制面.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/istio/在网格外部部署istio控制面.md -------------------------------------------------------------------------------- /servicemesh/istio/证书验证原理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/istio/证书验证原理.md -------------------------------------------------------------------------------- /servicemesh/linkerd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/linkerd/README.md -------------------------------------------------------------------------------- /servicemesh/linkerd/routing1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/linkerd/routing1.png -------------------------------------------------------------------------------- /servicemesh/linkerd/概念.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /servicemesh/nginxmesh/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/nginxmesh/README.md -------------------------------------------------------------------------------- /servicemesh/nginxmesh/nginx_sidecar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/nginxmesh/nginx_sidecar.png -------------------------------------------------------------------------------- /servicemesh/osm/install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/servicemesh/osm/install.md -------------------------------------------------------------------------------- /storage/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /storage/cert-manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/storage/cert-manager.md -------------------------------------------------------------------------------- /storage/generic-ephemeral-volumes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/storage/generic-ephemeral-volumes.md -------------------------------------------------------------------------------- /storage/metrics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/storage/metrics.md -------------------------------------------------------------------------------- /storage/pv & pvc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/storage/pv & pvc.md -------------------------------------------------------------------------------- /storage/start-ceph-by-helm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/storage/start-ceph-by-helm.md -------------------------------------------------------------------------------- /storage/storageclass/local-pv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/storage/storageclass/local-pv.md -------------------------------------------------------------------------------- /storage/storageclass/nfs-client.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/storage/storageclass/nfs-client.md -------------------------------------------------------------------------------- /storage/storageclass/nfs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/storage/storageclass/nfs.md -------------------------------------------------------------------------------- /storage/storageclass/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/storage/storageclass/readme.md -------------------------------------------------------------------------------- /storage/volume-claim-templates.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /storage/volume-snapshots.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/storage/volume-snapshots.md -------------------------------------------------------------------------------- /storage/在kubernetes中运行openebs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/storage/在kubernetes中运行openebs.md -------------------------------------------------------------------------------- /storage/限制用户或组访问pv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/storage/限制用户或组访问pv.md -------------------------------------------------------------------------------- /tracing/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tracing/jaeger/get-start.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/tracing/jaeger/get-start.md -------------------------------------------------------------------------------- /tracing/jaeger/jaeger-opentelemetry.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tracing/zipkin/install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/tracing/zipkin/install.md -------------------------------------------------------------------------------- /trouble/delete-terminating-ns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/trouble/delete-terminating-ns.md -------------------------------------------------------------------------------- /trouble/exec-sudo-in-docker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/trouble/exec-sudo-in-docker.md -------------------------------------------------------------------------------- /trouble/graceful-shutdown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/trouble/graceful-shutdown.md -------------------------------------------------------------------------------- /trouble/nf_conntrack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/trouble/nf_conntrack.md -------------------------------------------------------------------------------- /trouble/troubleshooting-k8s-deployment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/trouble/troubleshooting-k8s-deployment.md -------------------------------------------------------------------------------- /wasm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/wasm/README.md -------------------------------------------------------------------------------- /wasm/wavm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/du2016/cloud-native-devops/HEAD/wasm/wavm.md --------------------------------------------------------------------------------