Add es/docs index tree (#13809)
* Add es/docs/concepts index tree * Add es/docs/contribute index tree * Add es/docs/setup index tree * Add es/docs/tutorials index tree * Add es/docs/reference index tree * Add es/docs/tasks index tree * Add es/docs/reference landing page * Add es/docs/home landing page * Add es/docs/tutoriales landing page * Add es/docs/getting-started-guides index tree * Add es/docs/concepts landing page * Add es/docs/contribute landing page * Add es/docs/setup landing page * Apply review requests and fixes
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
3d9dcfcc69
commit
cb49ff1005
@@ -0,0 +1,76 @@
|
||||
---
|
||||
title: Tutoriales
|
||||
main_menu: true
|
||||
weight: 60
|
||||
content_template: templates/concept
|
||||
---
|
||||
|
||||
{{% capture overview %}}
|
||||
|
||||
Esta sección de la documentación de Kubernetes contiene tutoriales.
|
||||
|
||||
Un tutorial muestra cómo lograr una meta que es más grande que una sola
|
||||
[tarea](/docs/tasks/). Típicamente un tutorial tiene varias secciones y cada
|
||||
una de ellas contiene un procedimiento.
|
||||
Antes de recorrer cada tutorial, recomendamos añadir un marcador a
|
||||
[Glosario de términos](/docs/reference/glossary/) para poder consultarlo fácilmente.
|
||||
|
||||
{{% /capture %}}
|
||||
|
||||
{{% capture body %}}
|
||||
|
||||
## Esenciales
|
||||
|
||||
* [Kubernetes Basics](/docs/tutorials/kubernetes-basics/) se trata de un tutorial interactivo en profundidad para entender Kubernetes y probar algunas funciones básicas.
|
||||
|
||||
* [Scalable Microservices with Kubernetes (Udacity)](https://www.udacity.com/course/scalable-microservices-with-kubernetes--ud615)
|
||||
|
||||
* [Introduction to Kubernetes (edX)](https://www.edx.org/course/introduction-kubernetes-linuxfoundationx-lfs158x#)
|
||||
|
||||
* [Hello Minikube](/docs/tutorials/hello-minikube/)
|
||||
|
||||
## Configuración
|
||||
|
||||
* [Configuring Redis Using a ConfigMap](/docs/tutorials/configuration/configure-redis-using-configmap/)
|
||||
|
||||
## Aplicaciones Stateless
|
||||
|
||||
* [Exposing an External IP Address to Access an Application in a Cluster](/docs/tutorials/stateless-application/expose-external-ip-address/)
|
||||
|
||||
* [Example: Deploying PHP Guestbook application with Redis](/docs/tutorials/stateless-application/guestbook/)
|
||||
|
||||
## Aplicaciones Stateful
|
||||
|
||||
* [StatefulSet Basics](/docs/tutorials/stateful-application/basic-stateful-set/)
|
||||
|
||||
* [Example: WordPress and MySQL with Persistent Volumes](/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/)
|
||||
|
||||
* [Example: Deploying Cassandra with Stateful Sets](/docs/tutorials/stateful-application/cassandra/)
|
||||
|
||||
* [Running ZooKeeper, A CP Distributed System](/docs/tutorials/stateful-application/zookeeper/)
|
||||
|
||||
## Pipelines de CI/CD
|
||||
|
||||
* [Set Up a CI/CD Pipeline with Kubernetes Part 1: Overview](https://www.linux.com/blog/learn/chapter/Intro-to-Kubernetes/2017/5/set-cicd-pipeline-kubernetes-part-1-overview)
|
||||
|
||||
* [Set Up a CI/CD Pipeline with a Jenkins Pod in Kubernetes (Part 2)](https://www.linux.com/blog/learn/chapter/Intro-to-Kubernetes/2017/6/set-cicd-pipeline-jenkins-pod-kubernetes-part-2)
|
||||
|
||||
* [Run and Scale a Distributed Crossword Puzzle App with CI/CD on Kubernetes (Part 3)](https://www.linux.com/blog/learn/chapter/intro-to-kubernetes/2017/6/run-and-scale-distributed-crossword-puzzle-app-cicd-kubernetes-part-3)
|
||||
|
||||
* [Set Up CI/CD for a Distributed Crossword Puzzle App on Kubernetes (Part 4)](https://www.linux.com/blog/learn/chapter/intro-to-kubernetes/2017/6/set-cicd-distributed-crossword-puzzle-app-kubernetes-part-4)
|
||||
|
||||
## Clústers
|
||||
|
||||
* [AppArmor](/docs/tutorials/clusters/apparmor/)
|
||||
|
||||
## Servicios
|
||||
|
||||
* [Using Source IP](/docs/tutorials/services/source-ip/)
|
||||
|
||||
{{% /capture %}}
|
||||
|
||||
{{% capture whatsnext %}}
|
||||
|
||||
Si quieres escribir un tutorial, revisa [utilizando templates](/docs/home/contribute/page-templates/) para obtener información sobre el tipo de página y la plantilla de los tutotriales.
|
||||
|
||||
{{% /capture %}}
|
||||
Executable
+4
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Clústeres
|
||||
weight: 60
|
||||
---
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Configuración
|
||||
weight: 30
|
||||
---
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Introducción
|
||||
weight: 10
|
||||
---
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Crear un clúster
|
||||
weight: 10
|
||||
---
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Desplegar una aplicación
|
||||
weight: 20
|
||||
---
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Consultar el estado de una aplicación
|
||||
weight: 30
|
||||
---
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Exponer una aplicación
|
||||
weight: 40
|
||||
---
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Escalar una aplicación
|
||||
weight: 50
|
||||
---
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Actualizar una aplicación
|
||||
weight: 60
|
||||
---
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Formación en línea"
|
||||
weight: 20
|
||||
---
|
||||
Executable
+4
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Servicios
|
||||
weight: 70
|
||||
---
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Aplicaciones Stateful
|
||||
weight: 50
|
||||
---
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Aplicaciones Stateless
|
||||
weight: 40
|
||||
---
|
||||
Reference in New Issue
Block a user