Skip to content

Instantly share code, notes, and snippets.

View mohammedamirk's full-sized avatar

Mohammed Amir Khan mohammedamirk

  • HCL Technologies
View GitHub Profile
@mohammedamirk
mohammedamirk / aks-cheat-sheet.md
Created January 25, 2024 18:21 — forked from yokawasa/aks-cheat-sheet.md
Azure Kubernetes Services Cheat Sheet
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: