(2022) Two reasons Kubernetes is so complex

This commit is contained in:
Morgan 2022-02-01 09:40:20 +01:00 committed by GitHub
parent 959e83909b
commit cb315c70f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1112,6 +1112,7 @@ curl --user username:password -X POST -F "jenkinsfile=<Jenkinsfile" http://jenki
* [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
* [Nelson Elhage aka nelhage](https://buttondown.email/nelhage/archive/two-reasons-kubernetes-is-so-complex/) - (2022) Two reasons Kubernetes is so complex
> Tips
* [diegolnasc/kubernetes-best-practices](https://github.com/diegolnasc/kubernetes-best-practices) - A cookbook with the best practices to working with kubernetes.