Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/appvia/wordpress-kustomization-demo

Wordpress installed with kustomize
https://github.com/appvia/wordpress-kustomization-demo

kubernetes kustomization kustomize kustomize-example mariadb phpmyadmin wordpress

Last synced: about 1 month ago
JSON representation

Wordpress installed with kustomize

Awesome Lists containing this project

README

        

# Wordpress installed with kustomize

## Demo to install:

- [~~MySQL~~](https://hub.docker.com/_/mysql) [MariaDB](https://hub.docker.com/_/mariadb)
- [Phpmyadmin](https://hub.docker.com/_/phpmyadmin)
- [Wordpress](https://hub.docker.com/_/wordpress)

## Usage

```bash
kubectl apply -k github.com/appvia/wordpress-kustomization-demo
kubectl port-forward svc/wordpress 8080:http
kubectl port-forward svc/phpmyadmin 8081:http
```