qoosuperman:
@Tej_Singh_Rana @Mumshad Mannambeth @unnivkn @Hinodeya
Hi, I’m doing some self practice base on this https://github.com/David-VTUK/CKA-StudyGuide/blob/master/LabGuide/03-Services%20%26%20Networking.md|link
And I’d like to find a way to prove the change on configmap below is effective after apply the change and delete dns pod
any recommend ways? ![]()
kubectl edit cm coredns -n kube-system
replace:
forward . /etc/resolv.conf
with
forward . 8.8.8.8
# add this block
custom.local:53 {
errors
cache 30
forward . 10.5.4.223
reload
}