Update kubernetes.md

This commit is contained in:
Iñaki Fernández
2018-10-27 11:58:37 +02:00
committed by GitHub
parent 77a3ff0613
commit f79f59e211
+10 -6
View File
@@ -1,9 +1,9 @@
<!-- TOC -->
- [1. Kubernetes](#1-kubernetes)
- [1.1. Local Installers](#11-local-installers)
- [1.2. Production Cluster Installers](#12-production-cluster-installers)
- [1.3. Videos](#13-videos)
- [Local Installers](#11-local-installers)
- [Production Cluster Installers](#12-production-cluster-installers)
- [Videos](#13-videos)
<!-- /TOC -->
@@ -24,12 +24,12 @@
* [Google Play: TomApp - Learn Kubernetes](https://play.google.com/store/apps/details?id=tomtran.learnkubernetes)
* [Play with Kubernetes 🌟🌟🌟🌟](https://labs.play-with-k8s.com/) A simple, interactive and fun playground to learn Kubernetes
## 1.1. Local Installers
## Local Installers
* [Minikube](https://github.com/kubernetes/minikube) A tool that makes it easy to run Kubernetes locally inside a Linux VM. It's aimed on users who want to just test it out or use it for development. It cannot spin up a production cluster, it's a one node machine with no high availability.
* [murchie85.github.io: Installling minikube](https://murchie85.github.io/Kubernetes.html)
* [store.docker.com: Docker Community Edition EDGE with kubernetes. Installing Kubernetes using the Docker Client](https://store.docker.com/editions/community/docker-ce-desktop-windows) Currently only available in **Edge** edition.
## 1.2. Production Cluster Installers
## Production Cluster Installers
* [Kubernetes Cluster with Kops:](https://github.com/kubernetes/kops)
* Minikube and docker client are great for local setups, but not for real clusters. Kops and kubeadm are tools to spin up a production cluster. You don't need both tools, just one of them.
@@ -60,7 +60,11 @@
* [Kubernetes Cluster with Kubeadm](https://github.com/kubernetes/kubeadm) It works on any deb / rpm compatible Linux OS, for example Ubuntu, Debian, RedHat or CentOS. This is the main advantage of kubeadm. The tool itself is still in beta (Q1 2018), but is expected to become stable somewhere this year. It's very easy to use and lets you spin kubernetes cluster in just a couple of minutes.
* [Ansible Role - Kubernetes (Jeff Geerling)](https://github.com/geerlingguy/ansible-role-kubernetes)
## 1.3. Videos
## Rancher
* [rancher.com](https://rancher.com/)
* [Rancher.com: Setup a basic Kubernetes cluster with ease using RKE](https://rancher.com/blog/2018/2018-09-26-setup-basic-kubernetes-cluster-with-ease-using-rke/)
## Videos
<iframe width="560" height="315" src="https://www.youtube.com/embed/PH-2FfFD2PU" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>