https://github.com/garrigueta/k8s-cert-examples
Some examples used in some Kubernetes Certificates
https://github.com/garrigueta/k8s-cert-examples
bash ckad ckad-study-notes ipynb-jupyter-notebook k8s kubernetes shell
Last synced: 4 months ago
JSON representation
Some examples used in some Kubernetes Certificates
- Host: GitHub
- URL: https://github.com/garrigueta/k8s-cert-examples
- Owner: garrigueta
- Created: 2023-01-31T23:43:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T18:28:20.000Z (over 2 years ago)
- Last Synced: 2026-01-13T03:33:10.070Z (5 months ago)
- Topics: bash, ckad, ckad-study-notes, ipynb-jupyter-notebook, k8s, kubernetes, shell
- Language: Jupyter Notebook
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# k8s-cert-examples
## Info
Some examples used in some Kub..., kuberr, kuberrrrneeetes... some k8s Certificates
| Course | Path |
|--|--|
| Kubernetes for absolute beginners | abs_beginners |
| CKAD | ckad |
## Setup
To setup the shell script extension for the python note books run the following command:
```bash
pip install bash_kernel ; python -m bash_kernel.install
```