File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Tutorial de Wordpress con Kubernetes
2
2
3
3
Para ver el tutorial introductorio y que instalar, checa este video:
4
- - [ Tutorial básico de Kubernetes y contenedores] ( /res/tutorial-k8s-wordpress .md )
4
+ - [ Tutorial básico de Kubernetes y contenedores] ( /res/tutorial_kubernetes_basic .md )
5
5
- [ Video tutorial] ( https://web.microsoftstream.com/video/380105ad-3a67-4134-8acd-608bbb5bacc3 )
6
+ - [ Descarga Wordpress] ( https://wordpress.org/download/ )
6
7
7
8
## Contenido de los archivos
8
9
@@ -121,7 +122,7 @@ docker build --tag myblog:latest .
121
122
122
123
- Creación del recurso Azure Container Registry (ACR)
123
124
` ` `
124
- acr create --resource-group NOMBRE_GRUPO_RECURSO --name NOMBRE_ACR --sku Basic
125
+ az acr create --resource-group NOMBRE_GRUPO_RECURSO --name NOMBRE_ACR --sku Basic
125
126
` ` `
126
127
127
128
- Creación del recurso de Azure Kubernetes Service (AKS)
You can’t perform that action at this time.
0 commit comments