Kubernetes API Test

Start local proxy:

kubectl proxy --port=8080 &

URL List:

Type URL
API http://localhost:8080/api
Namespaces http://localhost:8080/api/v1/namespaces
Nodes http://localhost:8080/api/v1/nodes
Pods http://localhost:8080/api/v1/namespaces/default/pods
Pod http://localhost:8080/api/v1/namespaces/default/pods/{Name}
Services http://localhost:8080/api/v1/namespaces/default/services
Ingresses http://localhost:8080/apis/extensions/v1beta1/namespaces/default/ingresses
 App  

猜你喜欢

转载自jnh.iteye.com/blog/2396295