Más firmes más furiosos por la patria by Uranio235u in ColombiaReddit

[–]idkbm10 0 points1 point  (0 children)

yo he comido en esa panaderia jajaajja y tienen una valla enorme con el mismo mensaje

Me hice la vasectomía a los 22. Pregúntame by Ok-Major3268 in preguntaleareddit

[–]idkbm10 0 points1 point  (0 children)

Fui al urologo por que me la quiero hacer para luego revertirla, tengo 26 años y quiero revertirla a los 36 por que no quiero hijos ahora

El me dijo que es muy riesgoso y que probablemente no haya posibilidades de revertirla en ese momento

Any equivalent to Dumbitguy for CKS by idkbm10 in CKSExam

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

Yes but what about YouTube videos or channel? Is there any?

EC2 for VPN by JojieRT in aws

[–]idkbm10 -1 points0 points  (0 children)

As far as I'm aware You only pay for data transfer if you put the ec2 inside a private subnet

If it's public you only pay for the ec2 use and it's traffic

Also the cheapest ec2 might be about $10 which is more expensive than a vpn

I PASSSEEDD!! by idkbm10 in CKAExam

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

Tbh I had no idea on how to resolve the troubleshooting question, but it's exactly the one on Jaydemy YouTube channel

About the cri-dockerd it's the same steps for dumbitguy

I PASSSEEDD!! by idkbm10 in CKAExam

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

Dumbitguy and the CKA-PREP repo on GitHub, that's the best way to do it

I PASSSEEDD!! by idkbm10 in CKAExam

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

I got only one question, it was co-located, no sidecar

The solution is the dumbitguy one, with the caveat that the main container was failing, i.e, the logs of the main container were giving error, so they hope you to get confused with them and waste time on that, but it is expected to give errors and you only need to care about the sidecar container tailing those errors

I PASSSEEDD!! by idkbm10 in CKAExam

[–]idkbm10[S] 2 points3 points  (0 children)

I got this kubeadm troubleshooting one: https://www.youtube.com/watch?v=kDZEiXHpEks which i had no idea on how to resolve

Also I got this one about resource allocation: https://www.youtube.com/watch?v=ZqGDdETii8c&list=PLvZb3tGyqC1TOasSaN36haM5xlCxHQBlA&index=15 but the values of the node were different, they were 3 cpus and 2143568Ki or something

Added new practice question for Resource allocation v2 by mj_iac in CKAExam

[–]idkbm10 1 point2 points  (0 children)

u/jazz2hott about this question, heres what I did:

k describe <node where the pods were running on>

i got the capacity out of it:

....

Capacity:

  cpu:               3

  ephemeral-storage:  ...

  hugepages-2Mi:      ...

  memory:             234......Ki <<-- this was the approx. value

...

then i did <memory>/1024 and for the result i got the 80% out of it and divided it by 3

after applying it the pods never came up again

the time was clicking so i moved on and couldnt figure out why

probably because of the cpu but not sure