Difference between revisions of "Kubernetes"

From UVOO Tech Wiki
Jump to navigation Jump to search
Line 6: Line 6:
 
kubeadm token create --print-join-command
 
kubeadm token create --print-join-command
 
```
 
```
 +
 +
# Useful
 +
 +
https://kubernetes.io/docs/tutorials/stateless-application/expose-external-ip-address/
  
 
# Install On Ubuntu
 
# Install On Ubuntu

Revision as of 05:54, 12 July 2019

You have two basic general flavors. Kubernetes and OKD (used to be OpenShift Origin). OKD uses HAProxy for routes while Kubernetes uses ingress and supports a bunch of different reverse proxy mechanisms including nginx. I think Kubernetes is developed enough over the last couple of years that it is a good option, maybe even better than openshift. Ubuntu Kubernetes is probably the best fit for now over kubeadm and other options.

Commands

kubeadm token create --print-join-command

Useful

https://kubernetes.io/docs/tutorials/stateless-application/expose-external-ip-address/

Install On Ubuntu

Using kubeadm

https://linuxconfig.org/how-to-install-kubernetes-on-ubuntu-18-04-bionic-beaver-linux

MiniKube

https://dasunhegoda.com/kubernetes-running-locally-via-minikube/1204/

Microk8s

Kubernetes Charmed

https://kubernetes.io/docs/getting-started-guides/ubuntu/

https://docs.conjure-up.io/stable/en/user-manual#users-of-lxd

https://www.ubuntu.com/kubernetes

https://codefresh.io/kubernetes-tutorial/local-kubernetes-linux-minikube-vs-microk8s/

https://www.ubuntu.com/kubernetes/docs/quickstart

Comparisons