WordPress
- Canonical IS DevOps
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 87 | 07 Mar 2024 | |
latest/stable | 13 | 06 Mar 2023 | |
latest/edge | 118 | 08 Oct 2024 | |
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-action wordpress-k8s/0 get-initial-password --wait
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
.
Note that if admin_password
value has been passed in the initial_settings
configuration, the
password from the action is invalid.