In my previous blog post I described how to deploy an VM using DevOps, fast and simple. But ofcourse you don’t want to store secrets in parameters files! Open your parameter file and search for adminPassword. It should look something like: “adminPassword”: {            “value”: “This1sReallyReallyNotMyP@ssw0rd!”        },   Now replace it withRead More →

As more developers work within distributed environments, tools like Kubernetes have become central to keeping application components standardized across dynamic build and production environments. With the increasing complexity of application ecosystems and the growing popularity of Kuberbetes, tools that help manage resources within Kubernetes clusters have become essential. In thisRead More →