77 lines
3.0 KiB
Markdown
77 lines
3.0 KiB
Markdown
---
|
|
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 %}}
|