Difference between revisions of "ServiceNow Kubernetes discovery"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
* https://docs.servicenow.com/en-US/bundle/vancouver-it-operations-management/page/product/service-mapping/concept/kubernetes-discovery.html | * https://docs.servicenow.com/en-US/bundle/vancouver-it-operations-management/page/product/service-mapping/concept/kubernetes-discovery.html | ||
+ | == EKS == | ||
+ | 1) [[AWS service account]] | ||
+ | |||
+ | |||
+ | == K8s == | ||
* <code>[[kubectl cluster-info]]</code> | * <code>[[kubectl cluster-info]]</code> | ||
* <code>[[kubectl cluster-info]] | grep "Kubernetes control plane"</code> | * <code>[[kubectl cluster-info]] | grep "Kubernetes control plane"</code> |
Revision as of 10:44, 24 October 2023
Contents
EKS
K8s
kubectl cluster-info
kubectl cluster-info | grep "Kubernetes control plane"
Related
kubectl config view
kubectl cluster-info | grep "Kubernetes control plane"
- Enabling IAM principal access to your cluster
kubectl -n kube-system describe secret
- Access Kubernetes REST API using default token
- Base64:
kubectl get secret --namespace default grafana -o jsonpath="{.data.admin-password}" | base64 --decode ; echo
See also
Advertising: