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

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

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)