(2021) No, we don’t use Kubernetes

This commit is contained in:
Morgan
2022-01-17 11:19:45 +01:00
committed by GitHub
parent 450dbb9684
commit d94024e85d

View File

@ -1107,6 +1107,7 @@ curl --user username:password -X POST -F "jenkinsfile=<Jenkinsfile" http://jenki
* [Kubernetes By Example](https://www.kubernetesbyexample.com/) - otherwise known as KBE. Apart from providing what they believe to be the broadest and most informative Kubernetes tutorials, news, and community interaction available, the site is designed so that you can learn by, well, example. Each lesson emphasizes an absorb by doing approach, enriching your Kubernetes operator or developer understanding by allowing you to practice skills as they are explored and explained. | KBE has been a popular Red Hat sponsored site since 2017
* [Komodor](https://komodor.com/learn/kubernetes-troubleshooting-the-complete-guide/) - Kubernetes Troubleshooting: The Complete Guide
* [Komodor](https://komodor.com/learning-center/?category=kubernetes) - Learning resources for Kubernetes
* [Maik Zumstrull](https://ably.com/blog/no-we-dont-use-kubernetes) - (2021) No, we dont use Kubernetes
> Tips
* [diegolnasc/kubernetes-best-practices](https://github.com/diegolnasc/kubernetes-best-practices) - A cookbook with the best practices to working with kubernetes.