- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 61 for istiod (0.05 sec)
-
manifests/addons/dashboards/istio-performance-dashboard.json
}, "expr": "sum(container_memory_working_set_bytes{namespace!=\"istio-system\",container=\"istio-proxy\"}) / count(container_memory_working_set_bytes{namespace!=\"istio-system\",container=\"istio-proxy\"})", "format": "time_series", "intervalFactor": 1, "legendFormat": "per istio proxy", "refId": "B" } ], "title": "Memory Usage",
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Mar 27 03:47:04 UTC 2024 - 39.6K bytes - Viewed (0) -
istioctl/pkg/multixds/gather.go
"google.golang.org/grpc" v1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "istio.io/api/label" "istio.io/istio/istioctl/pkg/clioptions" "istio.io/istio/istioctl/pkg/xds" pilotxds "istio.io/istio/pilot/pkg/xds" "istio.io/istio/pkg/kube" istioversion "istio.io/istio/pkg/version" ) const ( // Service account to create tokens in tokenServiceAccount = "default"
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Oct 09 16:05:45 UTC 2024 - 13.6K bytes - Viewed (0) -
istioctl/pkg/dashboard/dashboard.go
istioctl dashboard istiod-debug istiod-123-456.istio-system # Open Istio debug web UI for the istiod-56dd66799-jfdvs pod in a custom namespace istioctl dashboard istiod-debug istiod-123-456 -n custom-ns # Open Istio debug web UI for any Istiod pod istioctl dashboard istiod-debug deployment/istiod.istio-system # with short syntax istioctl dash istiod-debug pilot-123-456.istio-system
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Apr 15 01:29:35 UTC 2024 - 20.5K bytes - Viewed (0) -
manifests/addons/dashboards/pilot-dashboard.gen.json
"legendFormat": "Container ({{pod}})" }, { "datasource": { "type": "prometheus", "uid": "$datasource" }, "expr": "sum by (pod) (go_memstats_stack_inuse_bytes{app=\"istiod\"})", "legendFormat": "Stack ({{pod}})"
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Jul 26 23:54:32 UTC 2024 - 24.7K bytes - Viewed (0) -
istioctl/pkg/writer/ztunnel/configdump/testdata/dump.json
], "protocol": "TCP", "uid": "Kubernetes//Pod/istio-system/istiod-test-6bdfb786d-s58pj", "name": "istiod-test-6bdfb786d-s58pj", "namespace": "istio-system", "trustDomain": "cluster.local", "serviceAccount": "istiod-test", "workloadName": "istiod-test", "workloadType": "deployment", "canonicalName": "istiod", "canonicalRevision": "latest", "network": "network2",
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Apr 16 03:28:36 UTC 2024 - 33.1K bytes - Viewed (0) -
architecture/networking/pilot.md
# Architecture of Istiod This document describes the high level architecture of the Istio control plane, Istiod. Istiod is structured as a modular monolith, housing a wide range of functionality from certificate signing, proxy configuration (XDS), traditional Kubernetes controllers, and more. ## Proxy Configuration
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Feb 07 17:53:24 UTC 2024 - 19.1K bytes - Viewed (0) -
istioctl/pkg/admin/istiodconfig.go
"net/url" "regexp" "sort" "strings" "sync" "text/tabwriter" "github.com/spf13/cobra" "sigs.k8s.io/yaml" "istio.io/api/label" "istio.io/istio/istioctl/pkg/cli" "istio.io/istio/istioctl/pkg/clioptions" "istio.io/istio/istioctl/pkg/completion" "istio.io/istio/pkg/log" ) type flagState interface { run(out io.Writer) error } var ( _ flagState = (*resetState)(nil)
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Sat Apr 13 05:23:38 UTC 2024 - 13.5K bytes - Viewed (0) -
istioctl/pkg/tag/generate_test.go
"k8s.io/apimachinery/pkg/runtime" "k8s.io/apimachinery/pkg/runtime/serializer" "istio.io/api/label" "istio.io/istio/pkg/kube" "istio.io/istio/pkg/test/env" "istio.io/istio/pkg/test/util/assert" ) var ( defaultRevisionCanonicalWebhook = admitv1.MutatingWebhookConfiguration{ ObjectMeta: metav1.ObjectMeta{ Name: "istio-sidecar-injector", Labels: map[string]string{label.IoIstioRev.Name: "default"}, },
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Oct 09 16:05:45 UTC 2024 - 12.1K bytes - Viewed (0) -
istioctl/pkg/writer/envoy/configdump/testdata/endpoint/emptyfilter_output.json
"healthStatus": "HEALTHY", "metadata": { "filterMetadata": { "istio": { "workload": "istio-ingressgateway;istio-system;istio-ingressgateway;latest;Kubernetes" } } }, "loadBalancingWeight": 1
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Jul 12 02:25:59 UTC 2022 - 40.4K bytes - Viewed (0) -
istioctl/pkg/writer/envoy/configdump/testdata/endpoint/emptyfilter_output.yaml
loadBalancingWeight: 1 metadata: filterMetadata: istio: workload: istio-ingressgateway;istio-system;istio-ingressgateway;latest;Kubernetes loadBalancingWeight: 1 locality: {} policy: overprovisioningFactor: 140 - clusterName: outbound|443||istiod.istio-system.svc.cluster.local endpoints: - lbEndpoints: - endpoint: address:
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Jul 12 02:25:59 UTC 2022 - 17.1K bytes - Viewed (0)