Posts

The CRASH course into a fraction of containerization

The world of containerization is massive with lots of learning. This workshop hopes to remove the intimidation factor by letting you work through a meaningful number of pieces but thinly sliced. The pieces: Getting an application into Docker and seeing it work Using a handful of Docker commands Getting an application into Kubernetes and seeing it work Using a handful of Kubernetes commands Utilize Helm to deploy into Kubernetes Using a handful of Helm commands You are inspired to learn all there is about containerization !!! Prerequisites Install  Visual Studio   (You will need to create a simple test web application) Install  Docker Desktop Install  Visual Studio Code Install  Docker extension for VS Code Install  Kubernetes extension for VS Code Create a simple test web application Launch Visual Studio and create an ASP.NET Core Web Application named  MyWebApp 2. Add some code and run the application from Visual Studio 3. Publish the application via the Build menu option Getting the
Recent posts