쿠버네티스로 Joomla 설치하기

  • 스테파니
    (스테파니)
  • 스테파니's Avatar 이 글의 작성자
  • Offline
  • Newbie
  • Newbie
더보기
18 Mar 2022 17:17 - 11 Apr 2022 14:25 #5566 작성자: 스테파니
스테파니 님의 글: 쿠버네티스로 Joomla 설치하기
$ helm repo add bitnami charts.bitnami.com/bitnami
"bitnami" has been added to your repositories

$ helm install my-release bitnami/joomla
NAME: my-release
LAST DEPLOYED: Mon Apr 11 05:23:58 2022
NAMESPACE: default
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
CHART NAME: joomla
CHART VERSION: 12.0.19
APP VERSION: 4.1.2** Please be patient while the chart is being deployed **

1. Access your Joomla! instance with:

** Please ensure an external IP is associated to the my-release-joomla service before proceeding **
** Watch the status using: kubectl get svc --namespace default -w my-release-joomla **

export SERVICE_IP=$(kubectl get svc --namespace default my-release-joomla --template "{{ range (index .status.loadBalancer.ingress 0) }}{{ . }}{{ end }}")
echo "Joomla! URL: http://$SERVICE_IP/"

2. Login with the following credentials

echo Username: user
echo Password: $(kubectl get secret --namespace default my-release-joomla -o jsonpath="{.data.joomla-password}" | base64 --decode)
Time to create page: 0.049 seconds
Powered by Kunena Forum