Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/allwelldotdev/kubernetes101
Learning and lab repo for Kubernetes, Helm and other K8s software.
https://github.com/allwelldotdev/kubernetes101
devops helm k9s kubernetes
Last synced: 8 days ago
JSON representation
Learning and lab repo for Kubernetes, Helm and other K8s software.
- Host: GitHub
- URL: https://github.com/allwelldotdev/kubernetes101
- Owner: allwelldotdev
- Created: 2024-09-06T09:22:04.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T13:29:09.000Z (4 months ago)
- Last Synced: 2024-10-31T10:22:47.144Z (about 2 months ago)
- Topics: devops, helm, k9s, kubernetes
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kubernetes 101
This is my learning and lab repo for Kubernetes, Helm, and other k8s software and applications.
### Filesystem
```
.
|-- deploy
| |-- deploy-services-recreate.yaml
| |-- deploy-services.yaml
| |-- deploy-single.yaml
| `-- frontend.yaml
|-- namespaces
| `-- ns.yaml
|-- pods
| |-- db.yaml
| |-- nginx.yaml
| `-- web.yaml
|-- projects
| `-- mealie
| |-- deploy-latest
| | |-- frontend-ns.yaml
| | |-- frontend-pvc.yaml
| | |-- frontend-svc.yaml
| | `-- frontend.yaml
| `-- deploy-old
| |-- frontend-ns.yaml
| `-- frontend.yaml
`-- volumes
`-- nginx.yaml8 directories, 15 files
```