Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/appvia/wordpress-kustomization-demo
- Owner: appvia
- License: mit
- Created: 2022-01-07T14:27:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-07T21:57:40.000Z (about 3 years ago)
- Last Synced: 2024-04-18T02:05:09.432Z (10 months ago)
- Topics: kubernetes, kustomization, kustomize, kustomize-example, mariadb, phpmyadmin, wordpress
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```