by cpboss | Jan 31, 2022 | AKS Cluster, Azure, Azure IoT Hub, docker, Microsoft
The history of modern containers is long and complicated, going back to the days of the mainframe and then through technologies like Solaris Zones to Linux’s adoption of cgroups as a foundation of its OS-level virtualization features. Those Linux Containers (LXC) were...
by cpboss | Jan 21, 2022 | AKS Cluster, Azure
When creating an AKS cluster, you have the option to make it a private cluster. When you do this, it means the managed API server created for you only has internal IP addresses, and your Kubernetes nodes talk to it over your vNet. The API server is no longer exposed...