Mejoro el menú final
Signed-off-by: Manuel Vergara <manuel@vergaracarmona.es>
This commit is contained in:
parent
1a66f2cd53
commit
398605d773
14
README.md
14
README.md
@ -2,7 +2,7 @@
|
||||
|
||||
## Guías 👀
|
||||
|
||||
[01 Instalación kubctl](guias/01-kubectl.md) --> [02 Clústers](guias/02-clusters.md) --> [03 manifiestos](guias/03-manifiestos.md) --> [04 Cheatsheet kubernetes](guias/04-cheatsheet.md) --> [05 Helm: Control de despliegues en Kubernetes](guias/05-helm.md) --> [K9s: Otro estilo de CLI para k8s](guias/06-k9s.md)
|
||||
[01 Instalación kubctl](guias/01-kubectl.md) --> [02 Clústers](guias/02-clusters.md) --> [03 manifiestos](guias/03-manifiestos.md) --> [04 Cheatsheet kubernetes](guias/04-cheatsheet.md) --> [05 Helm: Control de despliegues en Kubernetes](guias/05-helm.md) --> [06 K9s: Otro estilo de CLI para k8s](guias/06-k9s.md)
|
||||
|
||||
**Índice** 📎
|
||||
|
||||
@ -151,6 +151,18 @@ Crear el *service account*
|
||||
```shell
|
||||
kubectl apply -f serviceaccount.yaml
|
||||
```
|
||||
---
|
||||
|
||||
Puedes empezar por la guía [01 Instalación kubctl](guias/01-kubectl.md).
|
||||
|
||||
Todas las guías:
|
||||
|
||||
- [01 Instalación kubctl](guias/01-kubectl.md)
|
||||
- [02 Clústers](guias/02-clusters.md)
|
||||
- [03 manifiestos](guias/03-manifiestos.md)
|
||||
- [04 Cheatsheet kubernetes](guias/04-cheatsheet.md)
|
||||
- [05 Helm: Control de despliegues en Kubernetes](guias/05-helm.md)
|
||||
- [06 K9s: Otro estilo de CLI para k8s](guias/06-k9s.md)
|
||||
|
||||
---
|
||||
|
||||
|
@ -179,4 +179,13 @@ alias kubectl="kubecolor"
|
||||
|
||||
---
|
||||
|
||||
[01 Instalación kubctl](01-kubectl.md) --> [02 Clústers](02-clusters.md) --> [03 manifiestos](03-manifiestos.md) --> [04 Cheatsheet kubernetes](04-cheatsheet.md) --> [05 Helm: Control de despliegues en Kubernetes](05-helm.md) --> [K9s: Otro estilo de CLI para k8s](06-k9s.md)
|
||||
Puedes seguir con la guía [02 Clústers](guias/02-clusters.md).
|
||||
|
||||
Todas las guías:
|
||||
|
||||
- [01 Instalación kubctl](guias/01-kubectl.md)
|
||||
- [02 Clústers](guias/02-clusters.md)
|
||||
- [03 manifiestos](guias/03-manifiestos.md)
|
||||
- [04 Cheatsheet kubernetes](guias/04-cheatsheet.md)
|
||||
- [05 Helm: Control de despliegues en Kubernetes](guias/05-helm.md)
|
||||
- [06 K9s: Otro estilo de CLI para k8s](guias/06-k9s.md)
|
@ -200,4 +200,13 @@ kubectl get nodes
|
||||
|
||||
---
|
||||
|
||||
[01 Instalación kubctl](01-kubectl.md) --> [02 Clústers](02-clusters.md) --> [03 manifiestos](03-manifiestos.md) --> [04 Cheatsheet kubernetes](04-cheatsheet.md) --> [05 Helm: Control de despliegues en Kubernetes](05-helm.md) --> [K9s: Otro estilo de CLI para k8s](06-k9s.md)
|
||||
Puedes seguir con la guía [03 manifiestos](guias/03-manifiestos.md).
|
||||
|
||||
Todas las guías:
|
||||
|
||||
- [01 Instalación kubctl](guias/01-kubectl.md)
|
||||
- [02 Clústers](guias/02-clusters.md)
|
||||
- [03 manifiestos](guias/03-manifiestos.md)
|
||||
- [04 Cheatsheet kubernetes](guias/04-cheatsheet.md)
|
||||
- [05 Helm: Control de despliegues en Kubernetes](guias/05-helm.md)
|
||||
- [06 K9s: Otro estilo de CLI para k8s](guias/06-k9s.md)
|
@ -942,4 +942,13 @@ Si cambiamos algo del fichero yaml y volvemos a correr el comando kustomize, vol
|
||||
|
||||
---
|
||||
|
||||
[01 Instalación kubctl](01-kubectl.md) --> [02 Clústers](02-clusters.md) --> [03 manifiestos](03-manifiestos.md) --> [04 Cheatsheet kubernetes](04-cheatsheet.md) --> [05 Helm: Control de despliegues en Kubernetes](05-helm.md) --> [K9s: Otro estilo de CLI para k8s](06-k9s.md)
|
||||
Puedes seguir con la guía [04 Cheatsheet kubernetes](guias/04-cheatsheet.md).
|
||||
|
||||
Todas las guías:
|
||||
|
||||
- [01 Instalación kubctl](guias/01-kubectl.md)
|
||||
- [02 Clústers](guias/02-clusters.md)
|
||||
- [03 manifiestos](guias/03-manifiestos.md)
|
||||
- [04 Cheatsheet kubernetes](guias/04-cheatsheet.md)
|
||||
- [05 Helm: Control de despliegues en Kubernetes](guias/05-helm.md)
|
||||
- [06 K9s: Otro estilo de CLI para k8s](guias/06-k9s.md)
|
@ -431,4 +431,13 @@ kubectl get componentstatuses
|
||||
|
||||
---
|
||||
|
||||
[01 Instalación kubctl](01-kubectl.md) --> [02 Clústers](02-clusters.md) --> [03 manifiestos](03-manifiestos.md) --> [04 Cheatsheet kubernetes](04-cheatsheet.md) --> [05 Helm: Control de despliegues en Kubernetes](05-helm.md) --> [K9s: Otro estilo de CLI para k8s](06-k9s.md)
|
||||
Puedes seguir con la guía [05 Helm: Control de despliegues en Kubernetes](guias/05-helm.md).
|
||||
|
||||
Todas las guías:
|
||||
|
||||
- [01 Instalación kubctl](guias/01-kubectl.md)
|
||||
- [02 Clústers](guias/02-clusters.md)
|
||||
- [03 manifiestos](guias/03-manifiestos.md)
|
||||
- [04 Cheatsheet kubernetes](guias/04-cheatsheet.md)
|
||||
- [05 Helm: Control de despliegues en Kubernetes](guias/05-helm.md)
|
||||
- [06 K9s: Otro estilo de CLI para k8s](guias/06-k9s.md)
|
@ -177,4 +177,13 @@ Y tendríamos el deployment con una base de datos creada y un usuario vinculado
|
||||
|
||||
---
|
||||
|
||||
[01 Instalación kubctl](01-kubectl.md) --> [02 Clústers](02-clusters.md) --> [03 manifiestos](03-manifiestos.md) --> [04 Cheatsheet kubernetes](04-cheatsheet.md) --> [05 Helm: Control de despliegues en Kubernetes](05-helm.md) --> [K9s: Otro estilo de CLI para k8s](06-k9s.md)
|
||||
Puedes seguir con la guía [06 K9s: Otro estilo de CLI para k8s](guias/06-k9s.md).
|
||||
|
||||
Todas las guías:
|
||||
|
||||
- [01 Instalación kubctl](guias/01-kubectl.md)
|
||||
- [02 Clústers](guias/02-clusters.md)
|
||||
- [03 manifiestos](guias/03-manifiestos.md)
|
||||
- [04 Cheatsheet kubernetes](guias/04-cheatsheet.md)
|
||||
- [05 Helm: Control de despliegues en Kubernetes](guias/05-helm.md)
|
||||
- [06 K9s: Otro estilo de CLI para k8s](guias/06-k9s.md)
|
@ -198,4 +198,14 @@ Si aun tienes dudas puedes ver los [Vídeo-tutoriales](https://k9scli.io/topics/
|
||||
|
||||
---
|
||||
|
||||
[01 Instalación kubctl](01-kubectl.md) --> [02 Clústers](02-clusters.md) --> [03 manifiestos](03-manifiestos.md) --> [04 Cheatsheet kubernetes](04-cheatsheet.md) --> [05 Helm: Control de despliegues en Kubernetes](05-helm.md) --> [K9s: Otro estilo de CLI para k8s](06-k9s.md)
|
||||
Por ahora está es la última guía. Con el tiempo iré añadiendo más, pero si tienes alguna petición ponte en contacto conmigo [aquí](https://vergaracarmona.es) 😊
|
||||
|
||||
Todas las guías:
|
||||
|
||||
- [01 Instalación kubctl](guias/01-kubectl.md)
|
||||
- [02 Clústers](guias/02-clusters.md)
|
||||
- [03 manifiestos](guias/03-manifiestos.md)
|
||||
- [04 Cheatsheet kubernetes](guias/04-cheatsheet.md)
|
||||
- [05 Helm: Control de despliegues en Kubernetes](guias/05-helm.md)
|
||||
- [06 K9s: Otro estilo de CLI para k8s](guias/06-k9s.md)
|
||||
-
|
Loading…
Reference in New Issue
Block a user