Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.yaml

8 directories, 15 files
```