Diferencias
Muestra las diferencias entre dos versiones de la página.
Ambos lados, revisión anterior Revisión previa | |||
docs:virtualizacion:docker:kubernetes [2020/04/07 16:38] – [Kubernetes] 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]] | ||
- | |||
- | * [[Contexts]] | ||
- | |||
- | * [[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:// |