(01)Deploy and verify internal DNS
Linux
1kubectl apply -f deployment.yml2kubectl apply -f service-clusterip.yml3kubectl get svc api-clusterip4# Test from another pod:5kubectl run curl --rm -it --image=curlimages/curl -- curl -s http://api-clusterip