Dimitris-Ilias Gkanatsios

Results 84 comments of Dimitris-Ilias Gkanatsios

Thanks for the contribution! One request: can you modify the single line command into multiple ones? This repo serves as guidance for the CKAD exam and I doubt that most...

`kubectl run nginx --image=nginx --restart=Never --requests='cpu=100m,memory=256Mi' --limits='cpu=200m,memory=512Mi'` works fine for me with kubectl 1.18.2

thanks, wanna do a PR with a version that works?

Awesome! Thank you for that! Want to add some instructions on the Readme?

thanks for this! One question, why is the $IP set to the IP of the host machine in the current solution?

Closing till we actually need to do it

We should document mounting asset files the way this is done on MPS, e.g. mounted on "/data/DownloadedAssets" on every container instance.

Azure Disk CSI driver might be interesting to look at: https://github.com/kubernetes-sigs/azuredisk-csi-driver Specifically the shareddisk feature: https://github.com/kubernetes-sigs/azuredisk-csi-driver/tree/master/deploy/example/sharedisk

We should also mention support for AKS teleport, when it's on public preview. https://github.com/Azure/AKS/issues/1785