Skip to content

Ways to access kubernates cluster

Using API

To get Pods in default name space

curl http://localhost:8080/api/v1/namespaces/dafault/pods

Using CLI

Using GUI