Update kubernetes.md

This commit is contained in:
Inaki
2020-02-14 19:39:46 +01:00
committed by GitHub
parent 42b30cdfb7
commit dc589cb363

View File

@@ -114,8 +114,6 @@
* [ovh.com - getting external traffic into kubernetes: clusterip, nodeport, loadbalancer and ingress](https://www.ovh.com/blog/getting-external-traffic-into-kubernetes-clusterip-nodeport-loadbalancer-and-ingress/)
* [youtube: Kubernetes Ingress Explained Completely For Beginners](https://www.youtube.com/watch?v=VicH6KojwCI)
* [stackrox.com: Kubernetes Networking Demystified: A Brief Guide](https://www.stackrox.com/post/2020/01/kubernetes-networking-demystified/)
* [kubernetes login](https://blog.christianposta.com/kubernetes/logging-into-a-kubernetes-cluster-with-kubectl/)
* [Kubernetes Certs](https://github.com/jetstack/cert-manager/)
## 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.
@@ -272,6 +270,8 @@
* [Calico in EKS](https://docs.aws.amazon.com/eks/latest/userguide/calico.html )
* [magalix.com: kubernetes authentication 🌟🌟](https://www.magalix.com/blog/kubernetes-authentication)
* [magalix.com: kubernetes authorization 🌟🌟](https://www.magalix.com/blog/kubernetes-authorization)
* [kubernetes login](https://blog.christianposta.com/kubernetes/logging-into-a-kubernetes-cluster-with-kubectl/)
* [Kubernetes Certs](https://github.com/jetstack/cert-manager/)
## EKS
* [dzone: kops VS EKS](https://dzone.com/articles/kops-vs-eks-a-comparison-guide)