https://github.com/hatamiarash7/kubernetes-phpmyadmin
Deploy phpMyAdmin in Kubernetes
https://github.com/hatamiarash7/kubernetes-phpmyadmin
database kubernetes mysql mysql-database phpmyadmin
Last synced: 2 months ago
JSON representation
Deploy phpMyAdmin in Kubernetes
- Host: GitHub
- URL: https://github.com/hatamiarash7/kubernetes-phpmyadmin
- Owner: hatamiarash7
- License: gpl-3.0
- Created: 2020-03-12T13:13:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T20:26:17.000Z (over 2 years ago)
- Last Synced: 2025-07-20T20:41:19.143Z (12 months ago)
- Topics: database, kubernetes, mysql, mysql-database, phpmyadmin
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kubernetes phpMyAdmin
Deploy phpMyAdmin in Kubernetes
## Prerequisites
* Install [MySQL](github.com/hatamiarash7/Kubernetes-MySQL) first
* Install [helm](https://helm.sh) and repo : `helm repo add bitnami https://charts.bitnami.com/bitnami`
## Install
Set host and port in `helm-values.yml` in `db` section **( You should use MySQL's service name for host )**
```
helm install phpmyadmin -f helm-values.yaml stable/phpmyadmin
```
Read more about helm values [here](https://github.com/helm/charts/tree/master/stable/phpmyadmin)
* You should enable `ingress` to access phpMyAdmin from a web browser