본문 바로가기
728x90

분류 전체보기463

🥰 kiali cr sample istio_namespace: istio-systemauth: strategy: anonymousdeployment: ingress_enabled: false service_type: NodePort node_port: 30002external_services: prometheus: url: http://prometheus-server.observability:80 grafana: url: http://grafana.observability:80 tracing: url: http://jaeger-query.observability:16686 참고 영상https://www.youtube.com/watch?v=dpb_q42uzy4 2022. 6. 19.
🥰 kubeflow istio-gateway sample apiVersion: v1kind: Listitems:- apiVersion: networking.istio.io/v1beta1 kind: Gateway metadata: labels: app.kubernetes.io/instance: istio name: kubeflow-gateway namespace: kubeflow spec: selector: istio: ingressgateway servers: - hosts: - '*' port: name: http number: 80 protocol: HTTP tls: httpsRedirect: true - hosts: .. 2022. 6. 16.
🥰 nginx -> gitlab-ce %2F 오류 처리 nginx--> gitlab-ce 형태로 설치되어 있는 경우 일부 화면이 동작하지 않는 경우가 있는데확인해보니 호출 URL에 %2F가 포함된 경우에  nginx가 %2F를 /로 해석하는 바람에 존재하지 않는 url을 호출하고 404를 리턴함. EX)설정전 샘플http://gitlab.hyunsoft.xyz/api/v4/projects/p1%2FtestApi/repository/files/.gitlab-ci.yml/raw http://gitlab.hyunsoft.xyz/api/v4/projects/p1/testApi/repository/files/.gitlab-ci.yml/raw server { listen 8443 ssl; server_tokens off; server_name gitl.. 2022. 6. 11.
🥰 kiali token 조회 kubectl get secret -n istio-system $(kubectl get sa kiali-service-account -n istio-system -o "jsonpath={.secrets[0].name}") -o jsonpath={.data.token} | base64 -d  eyJhbGciOiJSUzI1NiIsImtpZCI6Ii1Fd3V5S3ZKUUt5em51WEJ1bWdkLXN4QWFMSzZJZ2c1VjU5REMzcjhLbkUifQ.eyJpc3MiOiJrdWJlcm5ldGVzL3NlcnZpY2VhY2NvdW50Iiwia3ViZXJuZXRlcy5pby9zZXJ2aWNlYWNjb3VudC9uYW1lc3BhY2UiOiJpc3Rpby1zeXN0ZW0iLCJrdWJlcm5ldGVzLmlvL3Nl.. 2022. 6. 8.
728x90