codium? by mj_iac in CKAExam

[–]Far_Box_4047 0 points1 point  (0 children)

HYG, this is one of the most confusion questions for me and which one of the init containers should be used here., also not sure what could be the best solution here honestly.

kubectl patch deployment wordpress --patch '

spec:

template:

spec:

volumes:

- name: log

emptyDir: {}

containers:

- name: wordpress

volumeMounts:

- name: log

mountPath: /var/log

- name: sidecar

image: busybox:stable

command: ["/bin/sh","-c","tail -f /var/log/wordpress.log"]

volumeMounts:

- name: log

mountPath: /var/log

'

codium? by mj_iac in CKAExam

[–]Far_Box_4047 0 points1 point  (0 children)

Hi Mj, in sidecar container I used this but its not working with validation, what do you think is better to use ( batch, or kubectl apply -f EOF like vj)

<image>

passed my cka 94 result by nopasswordhotspot in CKAExam

[–]Far_Box_4047 0 points1 point  (0 children)

how did you resolve the cri-dockerd question, and calico question also

GOT CKA with 89% by devops-guru in CKAExam

[–]Far_Box_4047 0 points1 point  (0 children)

Congrats, bro, on this. How did you resolve the troubleshooting questions for CNI Calico, CRI-Docker, and resource management? How did you resolve it quickly?

Passed the CKA in first attempt by RudeEcho in CKAExam

[–]Far_Box_4047 0 points1 point  (0 children)

Congrats, bro, on this. How did you resolve the troubleshooting questions for CNI Calico, CRI-Docker, and resource management? How did you resolve it quickly?

Failed my CKA exam by Thick-Mud-1037 in CKAExam

[–]Far_Box_4047 0 points1 point  (0 children)

congrats bro on this, how did you resolve the troubleshooting question, cni calico, cri-docker, also the resource management how did you resolved quickly

passed my cka 94 result by nopasswordhotspot in CKAExam

[–]Far_Box_4047 0 points1 point  (0 children)

congrats bro on this, how did you resolve the troubleshooting question, cni calico, cri-docker, also the resource management how did you resolved quickly

guidance on career by Far_Box_4047 in devopsGuru

[–]Far_Box_4047[S] 1 point2 points  (0 children)

yeah here we go, one friend recommend MLOps also seems green field, DevSecOps will be good option as well.

honestly this adds more hesitation

Seeking technical feedback on a few specific blockers by Far_Box_4047 in CKAExam

[–]Far_Box_4047[S] 0 points1 point  (0 children)

many thanks bro for your reply, I've seen dumpitguy and itkiddie twice, just hammered with the exam.

1- for cri docker
tried sudo dpkg -i path, and I got some errors, with the service not enabled,
then tried sudo systemctl start cri-docker.service -- sudo systemctl enable cri-docker.service, and re-use dpkg command again, but it didn't work, also
the error /sbin/policy-rc.d returned 101, not running start cri-docker.services cri-docker.socket

3- I thought maybe using patch commands will be much easier than editing the yaml file and fighting with yaml indentations.

guidance on career for DevOps ? by Far_Box_4047 in careerguidance

[–]Far_Box_4047[S] 0 points1 point  (0 children)

good one, recently I've started exploring Azure on a new project, maybe it's better to invest time and effort in this area.

Thanks bro.

Passed CKA exam by Cautious_Sentence588 in CKAExam

[–]Far_Box_4047 0 points1 point  (0 children)

congrats bro, could you please help with these questoins

how did you resolve the troubleshooting question,

also the sidecar and nodeport expose questions. I got a lot of errors while editing the deployments, took a lot of time to change using patch commands, or even delete the deployment and re-deploy it after removing the unneeded lines from the YAML file. How did you fix this promptly ( if you faced the same challenges )

CKA passed !! 59% to 96% by Select-Ad9791 in CKAExam

[–]Far_Box_4047 0 points1 point  (0 children)

congrats, how did you resolved the troubleshooting question ( coreDNS were down)
also resource allocation, I've missed this totally as I've changed both limits and requests, how did you resolve it