51 lines
No EOL
853 B
Markdown
51 lines
No EOL
853 B
Markdown
# Minimal Viable Kubernetes
|
|
|
|
What is MVK ?
|
|
|
|
### ≥ CLI friendly, CLI first
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
|
I work at the command line.
|
|
|
|
It is efficient and powerfull.
|
|
|
|
I find that I can get the most done with tooling that is cli first and can automate everything that is.
|
|
|
|
Infrastrructure used to be manually crafted.
|
|
|
|
Now it is encoded and version controlled, recoverable, repeatable, maintainable
|
|
|
|
can be reviewed and quality controlled
|
|
|
|
MVK as self hosted is more portable across environments
|
|
|
|
cloud to cloud ( ish ) but mostly
|
|
|
|
dev => test => pre-prod => prod, all can use similar pipelines and plugins
|
|
|
|
MVK started out as a means of sharing knowlege and providing a kick-start into k8s
|
|
|
|
microlearnings
|
|
|
|
templates
|
|
|
|
avoids using cloud based servies that cannot port to other providers
|
|
|
|
k8s has many of these
|
|
|
|
storage
|
|
ingress
|
|
load balancing
|
|
...
|
|
more and more
|
|
|
|
|
|
|
|
--> |