added gcloud intro
- Created a new script `instalL_asciinema.sh` to automate the installation of asciinema. - The script detects the operating system and architecture to download the appropriate binary. - Supports Linux (both musl and GNU) and macOS (Darwin). - Sets executable permissions for the downloaded binary and verifies the installation by displaying the version.
This commit is contained in:
parent
f3d077e3c4
commit
09f36dff16
26 changed files with 493 additions and 33 deletions
26
pages/intro02.md
Normal file
26
pages/intro02.md
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Minimal Viable Kubernetes
|
||||
|
||||
What is MVK ?
|
||||
|
||||
### ≥ CLI friendly, CLI first
|
||||
|
||||
### 🤹 Promotes Infrastructure as code
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!--
|
||||
|
||||
We live in the command line, so MVK is CLI centric. It uses a very simple command line tool, `infctl` to marshal scripts and commands in a stop by step manner, similar to the way we right pipelines in the cloud.
|
||||
|
||||
It is simple to get started, so that startups and the impatient can become productive with Kubernetes quickly, without having to rely on managed offerings and in order to self host easily.
|
||||
|
||||
Each pipeline use steps of code that are repeatable, idempotent and using infrastructure as code.
|
||||
|
||||
Kubernetes *can run anywhere* so MVK takes that principle and applies this to the self hosted approach making it possible to have the same setup on-prem and in the cloud
|
||||
|
||||
It is important to keep things simple so as to be understandable, maintainable and easy to change and extend to our own use cases
|
||||
|
||||
-->
|
||||
Loading…
Add table
Add a link
Reference in a new issue