• Saltar a la navegación principal
  • Saltar al contenido principal
  • Saltar al pie de página
labarta

Labarta

  • Blog
  • Vídeos Docker
  • Vídeos entrevistas
  • Dominios
  • Hosting
  • Quién soy

Instalar WordPress con Minikube

07/02/2022

portada-wp-minikube-1

 

Instalar WordPress con Minikube

 

En este artículo sobre Kubernetes  (que es el tercero, te recomiendo que veas antes los anteriores: primero y segundo) veremos como desplegar el manifiesto creado de WordPress usando Minikube.

 

Mira primero el vídeo y luego puedes ver la documentación y utilizar los comandos, con un simple copia y pega.

 

Comandos usados en el vídeo:

$ minikube status

$ minikube start

$ kubectl apply -f ./


# El anterior comando sustituye a todos estos:

$ kubectl apply -f wordpress-deployment.yaml

$ kubectl apply -f wordpress-service.yaml

$ kubectl apply -f db-deployment.yaml

$ kubectl apply -f db-service.yaml

$ kubectl apply -f wordpress-claim0-persistentvolumeclaim.yaml

$ kubectl apply -f db-claim0-persistentvolumeclaim.yaml


$ kubectl get all

$ kubectl port-forward svc/wordpress 8001:8001

 

Otros comandos:

 

Te recomiendo ver la documentación: Minikube.io

$ kubectl scale deployment --replicas=2  wordpress    # Escala WordPress

$ kubectl get pod                                  # vemos si hay pods corriendo

& kubectl get nodes                              # Ver el listado de nodos de clusters

$ kubectl describe nodes                     # Ver toda la información

 


Si te ha gustado este artículo, por favor, comparte - Gracias -


 

Artículos Relacionados

  • MicroK8s-Multipass-2 Instalar Microk8s usando Multipass
  • portada-metallb-minikube Instalar MetalLB en Minikube
  • portada-helm-minikube-2 Instalar Helm en Minikube
  • portada-kompose-2 Kompose - convert

Blog,  Docker kubernetes

  • Todas las entradas
  • Github
  • Meetup WordPress
  • Política de cookies

Footer

GINERNET - Servidor VPS

Ginernet

GeneratePress - Tema WordPress

GeneratePress

GINERNET - Hosting WordPress

Ginernet2

OnlyOffice - Online Office

Usamos ONLYOFFICE Online Office

Copyright © 2025 · Labarta - Powered by : Labarta

Usamos cookies en nuestro sitio web para brindarle la experiencia más relevante recordando sus preferencias y visitas repetidas. Al hacer clic en “Aceptar todo”, acepta el uso de todas las cookies. Sin embargo, puede visitar "Configuración cookies" para proporcionar un consentimiento controlado.
Configuración cookiesAceptar todo
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Siempre activado
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDuraciónDescripción
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
GUARDAR Y ACEPTAR