Kubernetes: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 3: Line 3:
* https://github.com/kubernetes/kubernetes
* https://github.com/kubernetes/kubernetes
* http://kubernetes.io/
* http://kubernetes.io/
* InfoQ Kubernetes Effect: https://www.infoq.com/articles/kubernetes-effect
* Kubernetes by Example: http://kubernetesbyexample.com
* Jamie Duncan's Kubernetes in 5 Minutes https://opensource.com/life/16/2/lightning-talk-kubernetes-intro
* http://jmoiron.net/blog/is-k8s-too-complicated/
* NewRelic Kubernetes performance statistics https://blog.newrelic.com/engineering/kubernetes-usage-data/
* Kubernetes monitoring with New Relic: "Our complete guide to monitoring Kubernetes" in 2019
* Kubernetes Failure Stories https://srcco.de/posts/kubernetes-failure-stories.html


=Internal=
=Internal=
Line 29: Line 20:
* [[Kubernetes Configuration|Configuration]]
* [[Kubernetes Configuration|Configuration]]
* [[Kubernetes Operations|Operations]]
* [[Kubernetes Operations|Operations]]
=To Process=
* InfoQ Kubernetes Effect: https://www.infoq.com/articles/kubernetes-effect
* Kubernetes by Example: http://kubernetesbyexample.com
* Jamie Duncan's Kubernetes in 5 Minutes https://opensource.com/life/16/2/lightning-talk-kubernetes-intro
* http://jmoiron.net/blog/is-k8s-too-complicated/
* NewRelic Kubernetes performance statistics https://blog.newrelic.com/engineering/kubernetes-usage-data/
* Kubernetes monitoring with New Relic: "Our complete guide to monitoring Kubernetes" in 2019
* Kubernetes Failure Stories https://srcco.de/posts/kubernetes-failure-stories.html

Revision as of 00:44, 22 August 2019

External

Internal

Overview

It is not the VM, it is not the JVM, it is Kubernetes that is the new application portability layer. It is the common denominator among everything and everybody (https://www.infoq.com/articles/kubernetes-effect).

Subjects

To Process