https://github.com/lucho00cuba/k8s
k8s manifests
https://github.com/lucho00cuba/k8s
k8s kubernetes learning yaml
Last synced: 2 months ago
JSON representation
k8s manifests
- Host: GitHub
- URL: https://github.com/lucho00cuba/k8s
- Owner: Lucho00Cuba
- Created: 2021-07-30T19:32:00.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-08-16T20:28:46.000Z (almost 4 years ago)
- Last Synced: 2025-10-30T05:20:10.842Z (8 months ago)
- Topics: k8s, kubernetes, learning, yaml
- Language: Shell
- Homepage:
- Size: 307 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning K8S
>kind: [kubernetes](https://kubernetes.io/)\
>docs: [k8s-docs](https://kubernetes.io/docs/home/)
>>resources:
>>> [pods](https://github.com/Lucho00Cuba/k8s/tree/main/00-pods)\
>>> [replicas-sets](https://github.com/Lucho00Cuba/k8s/tree/main/01-replicas-sets)\
>>> [deployments](https://github.com/Lucho00Cuba/k8s/tree/main/02-deployments)\
>>> [services](https://github.com/Lucho00Cuba/k8s/tree/main/03-services)\
>>> [hands-on](https://github.com/Lucho00Cuba/k8s/tree/main/04-hands-on)\
>>> [namespaces](https://github.com/Lucho00Cuba/k8s/tree/main/05-namespaces)\
>>> [limits-requests](https://github.com/Lucho00Cuba/k8s/tree/main/06-limits-requests)\
>>> [limit-range](https://github.com/Lucho00Cuba/k8s/tree/main/07-limit-range)\
>>> [resource-quota](https://github.com/Lucho00Cuba/k8s/tree/main/08-resource-quota)\
>>> [probes-health_checks](https://github.com/Lucho00Cuba/k8s/tree/main/09-probes-health_checks)\
>>> [config_maps](https://github.com/Lucho00Cuba/k8s/tree/main/10-config_maps)\
>>> [secrets](https://github.com/Lucho00Cuba/k8s/tree/main/11-secrets)
>>services:
>>> [apps](https://github.com/Lucho00Cuba/k8s/tree/main/20-app)