标签: istio-prometheus

Azure Kubernetes - prometheus 作为 ISTIO 的一部分部署,但未显示部署?

我使用以下配置来设置 Istio

cat << EOF | kubectl apply -f -
apiVersion: install.istio.io/v1alpha1
kind: IstioOperator
metadata:
  namespace: istio-system
  name: istio-control-plane
spec:
  # Use the default profile as the base
  # More details at: https://istio.io/docs/setup/additional-setup/config-profiles/
  profile: default
  # Enable the addons that we will want to use
  addonComponents:
    grafana:
      enabled: true
    prometheus:
      enabled: true
    tracing:
      enabled: true
    kiali:
      enabled: true
  values:
    global:
      # Ensure that the Istio pods are only scheduled to run on Linux nodes
      defaultNodeSelector:
        beta.kubernetes.io/os: linux
    kiali:
      dashboard:
        auth: …
Run Code Online (Sandbox Code Playgroud)

kubernetes istio istio-kiali istio-prometheus

5
推荐指数
1
解决办法
201
查看次数

标签 统计

istio ×1

istio-kiali ×1

istio-prometheus ×1

kubernetes ×1