> For the complete documentation index, see [llms.txt](https://rocdu.gitbook.io/cloud-native-devops/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rocdu.gitbook.io/cloud-native-devops/master.md).

# 介绍

云原生时代devops需要掌握哪些技能。

* [介绍](/cloud-native-devops/master.md)
* [cloud-native](/cloud-native-devops/master.md)
  * [云原生数据库vitess](/cloud-native-devops/cloud-native/cloud-native-vitess.md)
* [golang](/cloud-native-devops/master.md)
  * [安装](/cloud-native-devops/golang/install.md)
* [边缘计算](/cloud-native-devops/edge-computing.md)
  * [kubeedge](/cloud-native-devops/edge-computing/kubeedge.md)
    * [源码安装](/cloud-native-devops/edge-computing/kubeedge/an-zhuang/sourcecode.md)
* [K8S简介](https://github.com/du2016/cloud-native-devops/tree/d937fd934a532a39d9f9367bed7096f4e165cebe/introduce/introduce-k8s.md)
* [架构](/cloud-native-devops/architecture.md)
* [对象介绍](https://github.com/du2016/cloud-native-devops/tree/d937fd934a532a39d9f9367bed7096f4e165cebe/object/README.md)
  * [certificatesigningrequests](https://github.com/du2016/cloud-native-devops/tree/d937fd934a532a39d9f9367bed7096f4e165cebe/object/certificatesigningrequests/README.md)
  * [pods](https://github.com/du2016/cloud-native-devops/tree/d937fd934a532a39d9f9367bed7096f4e165cebe/object/pods/README.md)
    * [qos](https://github.com/du2016/cloud-native-devops/tree/d937fd934a532a39d9f9367bed7096f4e165cebe/object/pods/pods-qos.md)
    * [为pod选择node](https://github.com/du2016/cloud-native-devops/tree/d937fd934a532a39d9f9367bed7096f4e165cebe/object/pods/pod-affinity.md)
    * [污点和耐受](https://github.com/du2016/cloud-native-devops/tree/d937fd934a532a39d9f9367bed7096f4e165cebe/object/pods/pod-taint-and-toleration.md)
    * [暴露 Pod 和 Container 字段给运行的容器](https://github.com/du2016/cloud-native-devops/tree/d937fd934a532a39d9f9367bed7096f4e165cebe/object/pods/pod-download-api.md)
    * [健康检查](https://github.com/du2016/cloud-native-devops/tree/d937fd934a532a39d9f9367bed7096f4e165cebe/object/pods/pod-health-check-and-lifecycle.md)
* [crd](https://github.com/du2016/cloud-native-devops/tree/d937fd934a532a39d9f9367bed7096f4e165cebe/object/custom-resource-definitions.md) &#x20;
* [安装部署](/cloud-native-devops/binary-install.md)
  * [kubeadm安装](/cloud-native-devops/master.md)
    * [依赖](/cloud-native-devops/binary-install/kubeadm-an-zhuang/kubeadm-install.md)
    * [单节点](/cloud-native-devops/binary-install/kubeadm-an-zhuang/single-control-plane.md)
    * [多节点](/cloud-native-devops/binary-install/kubeadm-an-zhuang/multi-control-plane.md)
    * [kubeadm安装etcd](/cloud-native-devops/binary-install/kubeadm-an-zhuang/install-etcd-with-kubeadm.md)
  * [二进制安装部署](/cloud-native-devops/binary-install/get-binary.md)
    * [生成证书](/cloud-native-devops/binary-install/get-binary/gencerts.md)
    * [生成kubeconfig](/cloud-native-devops/binary-install/get-binary/genkubeconfig.md)
    * [安装etcd集群](/cloud-native-devops/binary-install/get-binary/install-etcd.md)
    * [安装master节点](/cloud-native-devops/binary-install/get-binary/install-master.md)
    * [安装node节点](/cloud-native-devops/binary-install/get-binary/install-node.md)
  * [插件安装](/cloud-native-devops/master.md)
    * [安装kube-router](/cloud-native-devops/binary-install/cha-jian-an-zhuang/install-kube-router.md)
    * [安装kube-proxy](/cloud-native-devops/binary-install/cha-jian-an-zhuang/install-kube-proxy.md)
    * [安装dns](/cloud-native-devops/binary-install/cha-jian-an-zhuang/install-kube-dns.md)
    * [安装dashboard](/cloud-native-devops/binary-install/cha-jian-an-zhuang/install-dashboard.md)
    * [安装fluentd](/cloud-native-devops/binary-install/cha-jian-an-zhuang/install-fluentd-es.md)
    * [安装heapster](/cloud-native-devops/binary-install/cha-jian-an-zhuang/install-heapster-influxdb-grafana.md)
    * [安装weave-scope](/cloud-native-devops/binary-install/cha-jian-an-zhuang/weave-scope.md)
  * [网络](/cloud-native-devops/binary-install/network.md)
    * [flannel](/cloud-native-devops/binary-install/network/flanneld.md)
    * [calico](/cloud-native-devops/binary-install/network/calico.md)
    * [contiv](/cloud-native-devops/binary-install/network/contiv.md)
    * [cenie](/cloud-native-devops/binary-install/network/cni-cenie.md)
    * [CNI](/cloud-native-devops/binary-install/network/cni.md)
    * [OSPF](/cloud-native-devops/binary-install/network/ospf.md)
    * [管理pod的nat策略](/cloud-native-devops/binary-install/network/guan-li-pod-de-nat-ce-lve.md)
  * [存储](/cloud-native-devops/binary-install/storage.md)
    * [glusterfs](https://github.com/du2016/cloud-native-devops/tree/d937fd934a532a39d9f9367bed7096f4e165cebe/storage/gluster-storage.md)
    * [nfs](https://github.com/du2016/cloud-native-devops/tree/d937fd934a532a39d9f9367bed7096f4e165cebe/storage/nfs-strorage.md)
* [访问服务](/cloud-native-devops/master.md)
  * [ingress](/cloud-native-devops/fang-wen-fu-wu/ingress.md)    &#x20;
    * [ingresscontroller](https://github.com/du2016/cloud-native-devops/tree/d937fd934a532a39d9f9367bed7096f4e165cebe/access-svc/ingress/nginx/nginx-ingress-controller.md)    &#x20;
    * [traefik](/cloud-native-devops/fang-wen-fu-wu/ingress/traefik-ingress.md)  &#x20;
  * [metalb](/cloud-native-devops/fang-wen-fu-wu/metalb-ben-di-ji-qun-shi-xian-loadbalancer.md)
* [集群管理](/cloud-native-devops/master.md)
  * [cabin](/cloud-native-devops/ji-qun-guan-li/cabin.md)
  * [kubernator](https://github.com/du2016/cloud-native-devops/tree/d937fd934a532a39d9f9367bed7096f4e165cebe/cluster-mgr/kubernator.md)
  * [ubernator](/cloud-native-devops/ji-qun-guan-li/ubernator.md)
* [持续集成](https://github.com/du2016/cloud-native-devops/tree/d937fd934a532a39d9f9367bed7096f4e165cebe/CI/README.md)
  * [helm](/cloud-native-devops/chi-xu-ji-cheng/helm.md)
  * [kompose](/cloud-native-devops/chi-xu-ji-cheng/kompose.md)
  * [kubeflow](/cloud-native-devops/chi-xu-ji-cheng/kubeflow.md)
  * [weave flux](/cloud-native-devops/chi-xu-ji-cheng/weave-flux.md)
* [监控](/cloud-native-devops/master.md)
  * [prometheus](/cloud-native-devops/master.md)
    * [prometeus](/cloud-native-devops/jian-kong/prometheus/prometheus.md)
      * [安装](/cloud-native-devops/jian-kong/prometheus/prometheus/install-prometheus.md)
      * [配置说明](/cloud-native-devops/jian-kong/prometheus/prometheus/prometheus.md)
      * [prometheus联邦](/cloud-native-devops/jian-kong/prometheus/prometheus/prometheus-federation.md)
      * [alert-manager](/cloud-native-devops/jian-kong/prometheus/prometheus/config-alertmgr.md)
  * [elk-stack](/cloud-native-devops/master.md)
    * [使用elk监控k8s](/cloud-native-devops/jian-kong/elk-stack/use-elastic-stack-monito-k8s.md)
  * [weave cortex](/cloud-native-devops/jian-kong/weave-cortex.md)
* [链路追踪](broken://pages/-MJG_4PXSZ4GL1Qm6KiY)
  * [zipkin](/cloud-native-devops/tracing/install.md)
  * [jaeger](/cloud-native-devops/tracing/get-start.md)
* [开发实践](/cloud-native-devops/develop.md)
  * [clientset 介绍](/cloud-native-devops/develop/develop-clientset.md)
  * [dynamiclient介绍](/cloud-native-devops/develop/develop-dynamiclient.md)
  * [reset client](/cloud-native-devops/develop/develop-restclient.md)
  * [自定义kube-scheduler](/cloud-native-devops/develop/self-develop-scheduler.md)
  * [实现webterminal](/cloud-native-devops/develop/develop-web-terminal.md)   &#x20;
  * [实现自己的scheduler](/cloud-native-devops/develop/zi-ding-yi-k8s-cun-chu-cha-jian.md)&#x20;
  * [实现kubectl插件](/cloud-native-devops/develop/zi-ding-yi-kubectl-cha-jian.md)
  * [如何自定义资源](/cloud-native-devops/develop/deploy-custom-resources.md)
  * [添加第三方硬件资源](/cloud-native-devops/develop/how-to-add-device.md)
  * [如何使用crd](/cloud-native-devops/develop/how-to-use-crd.md)
  * [安装metricserver](/cloud-native-devops/develop/install-metric-server.md)
* [servicemesh](broken://pages/-MJG_4Pl2p9QK0l29iq_)
  * [istio](/cloud-native-devops/servicemesh/introduction.md)
    * [安装](https://github.com/du2016/cloud-native-devops/tree/d937fd934a532a39d9f9367bed7096f4e165cebe/servicemesh/istio/install.md)
    * [安装bookinfo示例程序](https://github.com/du2016/cloud-native-devops/tree/d937fd934a532a39d9f9367bed7096f4e165cebe/servicemesh/istio/example-bookinfo.md)
    * [pilot介绍](/cloud-native-devops/servicemesh/introduction/pilot.md)
    * [mixer介绍](https://github.com/du2016/cloud-native-devops/tree/d937fd934a532a39d9f9367bed7096f4e165cebe/servicemesh/istio/mixer.md)
    * [envoy介绍](https://github.com/du2016/cloud-native-devops/tree/d937fd934a532a39d9f9367bed7096f4e165cebe/servicemesh/istio/envoy.md)
    * [istio-auth介绍](https://github.com/du2016/cloud-native-devops/tree/d937fd934a532a39d9f9367bed7096f4e165cebe/servicemesh/istio/istio-auth.md)
* [serveless](/cloud-native-devops/serverless.md)
  * [Knative](/cloud-native-devops/serverless/knative.md)
    * [安装Knative](/cloud-native-devops/serverless/knative/install.md)
    * [起步](/cloud-native-devops/serverless/knative/getstart.md)
