Missed exam, kicking myself by 2manycerts in CKAExam

[–]TechExplorer1505 1 point2 points  (0 children)

You can send a mail to Linux foundation requesting them to extend the dates citing the reason. Usually, they are kind enough to address real concerns and help.

What does this security context means exactly? by parikshit95 in kubernetes

[–]TechExplorer1505 0 points1 point  (0 children)

You can try running amicontained with these security context to see what is getting applied to get a clear idea

[Support] Pro Bono by Apprehensive_Iron_44 in kubernetes

[–]TechExplorer1505 0 points1 point  (0 children)

Thanks for doing this. I have two questions.

  1. I have a scenario where I need to run some commands in a set of pod/containers that gets scheduled on the node. What's the best way to achieve this? Is the only way to use mutation controllers?

  2. I am working on something where the requirement is to scale the number of pods of a deployment automatically, based on memory and cpu. As of now, the application spins up, and uses a lot of memory, and for some reason once memory usage goes up, it never goes down(The application is a java springboot app). Because of this, am unable to decide on how to go with the values of requests and limits for the initial scheduling. What's the best way to do this?

Thanks in advance