
WordPress
- Canonical IS DevOps
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 127 | 11 Mar 2025 | |
latest/stable | 13 | 06 Mar 2023 | |
latest/edge | 132 | 20 Mar 2025 | |
latest/edge | 15 | 30 Mar 2023 |
juju deploy wordpress-k8s
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
How to retrieve initial credentials
Run the following command to get the initial admin password that can be used to login at
http://<wordpress-unit-ip>/wp-login.php
.
juju run wordpress-k8s/0 get-initial-password
The output of the action should look something similar to the following:
unit-wordpress-k8s-0:
UnitId: wordpress-k8s/0
id: "10"
results:
password: <password> # password should look something like: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
status: completed
You can use the password to login to the admin account in http://<wordpress-unit-ip>/wp-admin.php
.
If the admin_password
value was passed in the initial_settings
configuration, the
password from the action is invalid.