ConfigMap File Mount on a Windows Kubernetes Pod
https://youtu.be/8Sab4zv0GXg In this article we will mount a configMap as a file into a Windows Kubernetes pod. ConfigMaps let you specify configuration values of an application as part of the…
https://youtu.be/8Sab4zv0GXg In this article we will mount a configMap as a file into a Windows Kubernetes pod. ConfigMaps let you specify configuration values of an application as part of the…
https://youtu.be/qMh5THrZmaA Here we will mount the host file system into a windows pod on Kubernetes. Alternatively, if you're not trying to read/edit an existing host file, you can mount a…
https://youtu.be/4JtLr-jGkmk Here we will install Wireshark via the Windows cmd line. This is especially useful if you only have terminal access to your machine Download installer Via Powershell, run the…
https://youtu.be/1ad5dq0Wi-c Here we will make a windows Docker image which uses Windows Nano Server as the base image This is great for deploying your .Net apps on Docker Source code…