-
Notifications
You must be signed in to change notification settings - Fork 7
Milestones ✨
Jayesh Sharma edited this page Jun 10, 2020
·
5 revisions
Here I will list the milestones achieved in sync with the tasks done on the project board.
-
Connection to the api-server established on an AKS cluster.
-
Service and Pod IPs successfully retrieved.
-
Restarting CoreDNS pods through the binary. The logs shows the pods to be deleted.
The condition of invalid output has been harcoded in order to force a restart, for testing purposes.
We can see that new pods have been created.
-
Functionality of
dig
replicated usingmiekg/exdns/q
inside the health-check app. The first two IPs belong to the CoreDNS pods. The third is theClusterIP
for thekube-dns
service.I have selected the kubernetes.default service to test the DNS response.