https://github.com/aboyce/kubernetes
Notes and helper scripts/snippets whilst learning Kubernetes (Microk8s on Raspberry Pi).
https://github.com/aboyce/kubernetes
certifications kubernetes microk8s
Last synced: 9 months ago
JSON representation
Notes and helper scripts/snippets whilst learning Kubernetes (Microk8s on Raspberry Pi).
- Host: GitHub
- URL: https://github.com/aboyce/kubernetes
- Owner: aboyce
- Created: 2021-01-30T18:10:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-08T08:52:00.000Z (about 4 years ago)
- Last Synced: 2025-05-21T16:50:03.123Z (about 1 year ago)
- Topics: certifications, kubernetes, microk8s
- Language: Shell
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Kubernetes
### Concepts
#### [Storage](/concepts/Storage.md)
#### [Networking](/concepts/Networking.md)
#### [Scaling](/concepts/Scaling.md)
#### [Admission](/concepts/Admission.md)
#### [Multi-Container Pods](/concepts/Multi-Container%20Pods.md)
### Specifics
#### [Objects](/specifics/Objects.md)
#### [Deployments](/specifics/Deployments.md)
#### [Services](/specifics/Services.md)
#### [NetworkPolices](/specifics/NetworkPolices.md)
#### [Labels, Selectors, Annotations](/specifics/Labels%2C%20Selectors%2C%20Annotations.md)
#### [ConfigMaps](/specifics/ConfigMaps.md)
#### [SecurityContexts](/specifics/SecurityContexts.md)
#### [ServiceAccounts](/specifics/ServiceAccounts.md)
#### [Secrets](/specifics/Secrets.md)
#### [Probes](/specifics/Probes.md)
#### [Logging](/specifics/Logging.md)
#### [Jobs](/specifics/Jobs.md)
#### [CronJobs](/specifics/CronJobs.md)
#### [DaemonSets](/specifics/DaemonSets.md)
#### [ReplicaSets](/specifics/ReplicaSets.md)
#### [StatefulSets](/specifics/StatefulSets.md)
#### [Contexts and `kubectl`](/specifics/Contexts.md)
#### [Tips](/specifics/Tips.md)
### MicroK8s on the Raspberry Pi
##### [Creating NFS Share](/microk8s/nfs/Create.md)
##### [Using NFS Share in Kubernetes](microk8s/nfs/Add.md)