Sept 30th

This commit is contained in:
Inaki Fernandez
2021-09-30 13:23:12 +02:00
parent 792b09a9a7
commit 449dedb828
2 changed files with 6 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

View File

@@ -15,6 +15,7 @@
- [Kubernetes Open Source Container Orchestation](#kubernetes-open-source-container-orchestation)
- [kubeconfig](#kubeconfig)
- [Docker and Kubernetes](#docker-and-kubernetes)
- [Kubernetes vs Docker](#kubernetes-vs-docker)
- [Kubernetes vs Docker Swarm](#kubernetes-vs-docker-swarm)
- [Kubernetes Cloud Controller Manager](#kubernetes-cloud-controller-manager)
- [Kubernetes Resources](#kubernetes-resources)
@@ -441,10 +442,12 @@
* [itnexst.io: Docker and Kubernetes — root vs. privileged](https://itnext.io/docker-and-kubernetes-root-vs-privileged-9d2a37453dec)
* [containerjournal.com: Best of 2020: How Docker and Kubernetes Work Together](https://containerjournal.com/topics/container-ecosystems/how-docker-and-kubernetes-work-together/)
* [blog.sighup.io: How to run Kubernetes without Docker](https://blog.sighup.io/how-to-run-kubernetes-without-docker/) Sooner or later this moment had to come, and it finally has: Kubernetes is deprecating Docker as a Container Runtime Interface in favor of the other supported runtimes. Let's try to explain why Docker seems really replaceable.
* [imaginarycloud.com: Docker VS Kubernetes? It should be Docker + Kubernetes](https://www.imaginarycloud.com/blog/docker-vs-kubernetes/)
#### Kubernetes vs Docker
* [cloudify.co: Docker Vs. Kubernetes](https://cloudify.co/blog/docker-vs-kubernetes-comparison/)
#### Kubernetes vs Docker Swarm
* [dynatrace.com: Kubernetes vs Docker: Whats the difference?](https://www.dynatrace.com/news/blog/kubernetes-vs-docker/)
* [imaginarycloud.com: Docker VS Kubernetes? It should be Docker + Kubernetes](https://www.imaginarycloud.com/blog/docker-vs-kubernetes/)
### Kubernetes Cloud Controller Manager
* [medium: The Kubernetes Cloud Controller Manager](https://medium.com/@m.json/the-kubernetes-cloud-controller-manager-d440af0d2be5)
@@ -1119,6 +1122,8 @@
[![Kubernetes components](images/kubernetes_components_rootsongjc.jpg)](https://github.com/rootsongjc)
[![Container flowchart](images/container_flowchart.jpg)](https://searchcloudcomputing.techtarget.com/tip/Weigh-the-pros-and-cons-of-managed-Kubernetes-services)
[![dockerswarm vs kubernetes](images/dockerswarm_vs_kubernetes.png)](https://www.imaginarycloud.com/blog/docker-vs-kubernetes/)
</center>
</details>