├── Readme.md ├── assets ├── k9s-metrics.jpg ├── nginx-https.jpg └── nginx.png ├── conf ├── letsencrypt-prod.yaml ├── local-storage.yaml ├── nginx.yaml └── pg-pv.yaml ├── deploy-drone.md ├── deploy-fe-with-helm.md ├── dns-based-service-discovery.md ├── elastic-stack.md ├── es.md ├── gitlab.md ├── helm-legacy.md ├── helm.md ├── helm ├── es │ ├── pv.yaml │ └── values.yaml ├── gitlab │ └── values.yaml ├── openvpn │ ├── create.sh │ └── values.yaml └── sentry │ └── values.yml ├── https.md ├── ingress.md ├── install-docker.md ├── install-kubeadm.md ├── install-master-node.md ├── install-worker-node.md ├── k8s-cheatsheets.md ├── linux-command.md ├── local-kubectl.md ├── metrics-server.md ├── pod.md ├── prepare.md ├── pvc.md ├── stateful-application.md ├── temp.md └── workload.md /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shfshanyue/learn-k8s/HEAD/Readme.md -------------------------------------------------------------------------------- /assets/k9s-metrics.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shfshanyue/learn-k8s/HEAD/assets/k9s-metrics.jpg -------------------------------------------------------------------------------- /assets/nginx-https.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shfshanyue/learn-k8s/HEAD/assets/nginx-https.jpg -------------------------------------------------------------------------------- /assets/nginx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shfshanyue/learn-k8s/HEAD/assets/nginx.png -------------------------------------------------------------------------------- /conf/letsencrypt-prod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shfshanyue/learn-k8s/HEAD/conf/letsencrypt-prod.yaml -------------------------------------------------------------------------------- /conf/local-storage.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shfshanyue/learn-k8s/HEAD/conf/local-storage.yaml -------------------------------------------------------------------------------- /conf/nginx.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shfshanyue/learn-k8s/HEAD/conf/nginx.yaml -------------------------------------------------------------------------------- /conf/pg-pv.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shfshanyue/learn-k8s/HEAD/conf/pg-pv.yaml -------------------------------------------------------------------------------- /deploy-drone.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shfshanyue/learn-k8s/HEAD/deploy-drone.md -------------------------------------------------------------------------------- /deploy-fe-with-helm.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dns-based-service-discovery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shfshanyue/learn-k8s/HEAD/dns-based-service-discovery.md -------------------------------------------------------------------------------- /elastic-stack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shfshanyue/learn-k8s/HEAD/elastic-stack.md -------------------------------------------------------------------------------- /es.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shfshanyue/learn-k8s/HEAD/es.md -------------------------------------------------------------------------------- /gitlab.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shfshanyue/learn-k8s/HEAD/gitlab.md -------------------------------------------------------------------------------- /helm-legacy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shfshanyue/learn-k8s/HEAD/helm-legacy.md -------------------------------------------------------------------------------- /helm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shfshanyue/learn-k8s/HEAD/helm.md -------------------------------------------------------------------------------- /helm/es/pv.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shfshanyue/learn-k8s/HEAD/helm/es/pv.yaml -------------------------------------------------------------------------------- /helm/es/values.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shfshanyue/learn-k8s/HEAD/helm/es/values.yaml -------------------------------------------------------------------------------- /helm/gitlab/values.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shfshanyue/learn-k8s/HEAD/helm/gitlab/values.yaml -------------------------------------------------------------------------------- /helm/openvpn/create.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shfshanyue/learn-k8s/HEAD/helm/openvpn/create.sh -------------------------------------------------------------------------------- /helm/openvpn/values.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shfshanyue/learn-k8s/HEAD/helm/openvpn/values.yaml -------------------------------------------------------------------------------- /helm/sentry/values.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /https.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shfshanyue/learn-k8s/HEAD/https.md -------------------------------------------------------------------------------- /ingress.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shfshanyue/learn-k8s/HEAD/ingress.md -------------------------------------------------------------------------------- /install-docker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shfshanyue/learn-k8s/HEAD/install-docker.md -------------------------------------------------------------------------------- /install-kubeadm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shfshanyue/learn-k8s/HEAD/install-kubeadm.md -------------------------------------------------------------------------------- /install-master-node.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shfshanyue/learn-k8s/HEAD/install-master-node.md -------------------------------------------------------------------------------- /install-worker-node.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shfshanyue/learn-k8s/HEAD/install-worker-node.md -------------------------------------------------------------------------------- /k8s-cheatsheets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shfshanyue/learn-k8s/HEAD/k8s-cheatsheets.md -------------------------------------------------------------------------------- /linux-command.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shfshanyue/learn-k8s/HEAD/linux-command.md -------------------------------------------------------------------------------- /local-kubectl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shfshanyue/learn-k8s/HEAD/local-kubectl.md -------------------------------------------------------------------------------- /metrics-server.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shfshanyue/learn-k8s/HEAD/metrics-server.md -------------------------------------------------------------------------------- /pod.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shfshanyue/learn-k8s/HEAD/pod.md -------------------------------------------------------------------------------- /prepare.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shfshanyue/learn-k8s/HEAD/prepare.md -------------------------------------------------------------------------------- /pvc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shfshanyue/learn-k8s/HEAD/pvc.md -------------------------------------------------------------------------------- /stateful-application.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shfshanyue/learn-k8s/HEAD/stateful-application.md -------------------------------------------------------------------------------- /temp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shfshanyue/learn-k8s/HEAD/temp.md -------------------------------------------------------------------------------- /workload.md: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------