I am using kubernetes for container orchestration,I dont get any output while running kubectl get rc
on the master node while I get a list of replication controllers when using their REST API
curl -X GET masterurl/api/v1/replicationcontrollers.
What am I missing