File tree Expand file tree Collapse file tree 1 file changed +6
-13
lines changed Expand file tree Collapse file tree 1 file changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -74,21 +74,14 @@ juju relate $APPLICATION_NAME postgresql-k8s
74
74
juju status --watch=5s
75
75
` ` `
76
76
77
- 7. IP 주소를 사용하여 애플리케이션 테스트
78
-
79
- ` ` ` bash
80
- UNIT_IP=< your application unit IP>
81
- curl http://$UNIT_IP :8000/health
82
- ` ` `
83
-
84
- 8. nginx-ingress-integrator charm 배포
77
+ 7. nginx-ingress-integrator charm 배포
85
78
86
79
` ` ` bash
87
80
export SERVICE_HOSTNAME=" $MODEL_NAME .ubuntu.local"
88
81
juju deploy nginx-ingress-integrator --trust --config path-routes=/ --config service-hostname=$SERVICE_HOSTNAME
89
82
` ` `
90
83
91
- 9 . 애플리케이션을 nginx-ingress-integrator에 연결
84
+ 8 . 애플리케이션을 nginx-ingress-integrator에 연결
92
85
93
86
` ` ` bash
94
87
juju relate $APPLICATION_NAME nginx-ingress-integrator
@@ -100,19 +93,19 @@ juju relate $APPLICATION_NAME nginx-ingress-integrator
100
93
juju status --relations --watch 5s
101
94
` ` `
102
95
103
- 11 . 비밀 저장
96
+ 9 . 비밀 저장
104
97
105
98
` ` ` bash
106
99
curl -X POST http://$SERVICE_HOSTNAME /keys/ -H " Content-Type: application/json" --data ' {"value": "저 사실 민초파입니다."}' -Lkv
107
100
` ` `
108
101
109
- 12 . 비밀 검색
102
+ 10 . 비밀 검색
110
103
111
104
` ` ` bash
112
105
curl http://$SERVICE_HOSTNAME /keys/< key-id>
113
106
` ` `
114
107
115
- 13 . (AMD64 only) Canonical Observability Stack (COS) 연결
108
+ 11 . (AMD64 only) Canonical Observability Stack (COS) 연결
116
109
117
110
` ` ` bash
118
111
juju relate $APPLICATION_NAME prometheus
@@ -121,7 +114,7 @@ juju relate $APPLICATION_NAME grafana
121
114
juju status --watch=5s
122
115
` ` `
123
116
124
- 14 . Grafana URL 방문 (링크 및 자격 증명은 스프레드시트에서 확인)
117
+ 12 . Grafana URL 방문 (링크 및 자격 증명은 스프레드시트에서 확인)
125
118
126
119
# # 추가 정보
127
120
You can’t perform that action at this time.
0 commit comments