Diferencias
Muestra las diferencias entre dos versiones de la página.
| Ambos lados, revisión anterior Revisión previa Próxima revisión | Revisión previa | ||
| docs:virtualizacion:docker:kubernetes [2019/04/20 15:20] – [Manuales] rodolfo | docs:virtualizacion:docker:kubernetes [2020/04/07 19:24] (actual) – borrado rodolfo | ||
|---|---|---|---|
| Línea 1: | Línea 1: | ||
| - | ====== Kubernetes ====== | ||
| - | - Vagrant local client deployment with [[https:// | ||
| - | - Start cluster [[kops cluster mamagement]] | ||
| - | - [[Kubernetes dashboard]] | ||
| - | - [[Deploy example application]] | ||
| - | |||
| - | |||
| - | * [[Namespaces]] | ||
| - | |||
| - | * [[Persistent Volumes AWS]] | ||
| - | |||
| - | * [[helm]] | ||
| - | |||
| - | * [[https:// | ||
| - | |||
| - | |||
| - | ===== Manuales ===== | ||
| - | |||
| - | * [[https:// | ||
| - | |||
| - | **Fixes** | ||
| - | |||
| - | kubectl expose deployment myapp --port 80 # let’s use the standard HTTP port, which we couldn’t use on our dev machine | ||
| - | kubectl expose deployment myapp --port 3000 # let’s use the standard HTTP port, which we couldn’t use on our dev machine | ||
| - | |||
| - | kubectl patch deployment myapp -p ' | ||
| - | Error from server (BadRequest): | ||
| - | | ||
| - | kubectl patch deployment myapp -p ' | ||
| - | Error from server (BadRequest): | ||
| - | |||
| - | ===== Videos ===== | ||
| - | |||
| - | * [[https:// | ||