GithubHelp home page GithubHelp logo

k8s-wordpress-mysql's Introduction

English

Wordpress y MySQL 🐬

Aplicación con las siguientes características:

  • Namespace para Wordpress y MySQL
  • Volumen persistente para la base de datos
  • Port Forwarding para acceder a Wordpress desde el host local
  • ConfigMap y Secretos

Requisitos previos 📝

Puerto habilitado

Menu de opciones 📋

$ bash deployment.sh
=======================
 Wordpress and MySQL 🐬
=======================
1) Deploy all services 🚀
2) Delete all services 🗑️
3) Port forward website 🌐
5) Quit 👋
Select an option and press Enter 👆: 

Demo 🎬

Información relevante 📑

Deployment

$ kubectl get deployment --all-namespaces -l app=wordpress
NAMESPACE NAME IMAGES
database mysql mysql:8.1.0
web wordpress wordpress:6.2.1-apache

Service

$ kubectl get services --all-namespaces -l app=wordpress
NAMESPACE NAME TYPE PORT(S)
database mysql-svc ClusterIP 3306/TCP
web wordpress-svc NodePort 80:31000/TCP

Persistent Volume Claim

$ kubectl get pvc -n database
NAME CAPACITY ACCESS MODES STORAGECLASS
mysql-pvc 4Gi RWO microk8s-hostpath

k8s-wordpress-mysql's People

Contributors

bgmolina avatar

Stargazers

Verónica Durán avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.