Skip to content

Instantly share code, notes, and snippets.

View admin3651's full-sized avatar

Hamada Abdelaziz Mohamed admin3651

View GitHub Profile
@admin3651
admin3651 / kubernetes_commands.md
Created June 25, 2021 10:04 — forked from edsiper/kubernetes_commands.md
Kubernetes Useful Commands
Questions are not from any actual exam!!!
Q: Create a job that calculates pi to 2000 decimal points using the container with the image named perl
and the following commands issued to the container: ["perl", "-Mbignum=bpi", "-wle", "print bpi(2000)"]
Once the job has completed, check the logs to and export the result to pi-result.txt.
Solution: