- 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.
1.4 KiB
1.4 KiB
| level |
|---|
| 2 |
MVK for development
The V in MVK is for viable, so why is MVK viable for single 'dev' nodes ?
%%{init: {'theme': 'dark', 'themeVariables': { 'darkMode': true }}}%%
flowchart LR
root((1-node))
PS[Persistent Storage]
LH[Local attached]
ING[Ingress]
TRA[Traefik]
MET[cert-manager]
ETCD[etcd]
root --> PS --> LH
root --> ING --> TRA
ING --> MET
root --> ETCD
classDef default fill:transparent,color:#fff,stroke:#888
Locally attached storage - single node implementation
Ingress can represent that of prodution environmetns that use cert-manager