<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Deploy a .NET Core Web API using Docker and Kubernetes :: Helm</title><link>https://getting-started-with-helm.vertiaitech.com/dotnet/index.html</link><description>Step-by-step guide to build, containerize, and deploy a .NET Core Web API to a Kubernetes cluster using Docker.</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 25 Aug 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://getting-started-with-helm.vertiaitech.com/dotnet/index.xml" rel="self" type="application/rss+xml"/><item><title>Planning</title><link>https://getting-started-with-helm.vertiaitech.com/dotnet/planning.md/index.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://getting-started-with-helm.vertiaitech.com/dotnet/planning.md/index.html</guid><description>A comprehensive guide to building, containerizing, and deploying a .NET Core Web API on Kubernetes using Docker.</description></item><item><title>Session 01</title><link>https://getting-started-with-helm.vertiaitech.com/dotnet/day01/index.html</link><pubDate>Sat, 02 Aug 2025 00:00:00 +0000</pubDate><guid>https://getting-started-with-helm.vertiaitech.com/dotnet/day01/index.html</guid><description>Learn Docker concepts, architecture, and how to write your first Dockerfile with real examples.</description></item><item><title>Session 02</title><link>https://getting-started-with-helm.vertiaitech.com/dotnet/day02/index.html</link><pubDate>Sat, 02 Aug 2025 00:00:00 +0000</pubDate><guid>https://getting-started-with-helm.vertiaitech.com/dotnet/day02/index.html</guid><description>Learn how to use Docker Compose to define and run multi-container applications with ease.</description></item><item><title>Session 03</title><link>https://getting-started-with-helm.vertiaitech.com/dotnet/day03/index.html</link><pubDate>Sat, 02 Aug 2025 00:00:00 +0000</pubDate><guid>https://getting-started-with-helm.vertiaitech.com/dotnet/day03/index.html</guid><description>Getting Started with Kuberntes</description></item><item><title>Session 04</title><link>https://getting-started-with-helm.vertiaitech.com/dotnet/day04/index.html</link><pubDate>Sat, 02 Aug 2025 00:00:00 +0000</pubDate><guid>https://getting-started-with-helm.vertiaitech.com/dotnet/day04/index.html</guid><description>Install Jenkins and Run Docker Compose with Pipeline</description></item><item><title>Session 05</title><link>https://getting-started-with-helm.vertiaitech.com/dotnet/day05/index.html</link><pubDate>Sun, 03 Aug 2025 00:00:00 +0000</pubDate><guid>https://getting-started-with-helm.vertiaitech.com/dotnet/day05/index.html</guid><description>Production-ready starter with Angular, .NET 9, PostgreSQL, and Clean Architecture principles for scalable web apps.</description></item><item><title>Jenkins</title><link>https://getting-started-with-helm.vertiaitech.com/dotnet/jenkins/index.html</link><pubDate>Sun, 03 Aug 2025 00:00:00 +0000</pubDate><guid>https://getting-started-with-helm.vertiaitech.com/dotnet/jenkins/index.html</guid><description>CICD with Jenkins</description></item><item><title>Jenkins 02</title><link>https://getting-started-with-helm.vertiaitech.com/dotnet/jenkins02/index.html</link><pubDate>Sun, 03 Aug 2025 00:00:00 +0000</pubDate><guid>https://getting-started-with-helm.vertiaitech.com/dotnet/jenkins02/index.html</guid><description>CICD with Jenkins</description></item><item><title>nexus-docker-setup</title><link>https://getting-started-with-helm.vertiaitech.com/dotnet/nexus02/index.html</link><pubDate>Mon, 25 Aug 2025 00:00:00 +0000</pubDate><guid>https://getting-started-with-helm.vertiaitech.com/dotnet/nexus02/index.html</guid><description>Complete guide to install Nexus on Docker and use it for Maven and Docker artifact management with CI/CD integration</description></item><item><title>Deploying Learning Portal with Docker and Kubernetes</title><link>https://getting-started-with-helm.vertiaitech.com/dotnet/session02/index.html</link><pubDate>Fri, 01 Aug 2025 00:00:00 +0000</pubDate><guid>https://getting-started-with-helm.vertiaitech.com/dotnet/session02/index.html</guid><description>Step-by-step guide to containerize and deploy a .NET Core + Angular + PostgreSQL application using Docker and Kubernetes</description></item><item><title>Jenkins Pipeline steps</title><link>https://getting-started-with-helm.vertiaitech.com/dotnet/sonarqube01/index.html</link><pubDate>Fri, 01 Aug 2025 00:00:00 +0000</pubDate><guid>https://getting-started-with-helm.vertiaitech.com/dotnet/sonarqube01/index.html</guid><description>Comprehensive guide to installing, configuring, and integrating SonarQube for continuous code quality inspection</description></item><item><title>nexus</title><link>https://getting-started-with-helm.vertiaitech.com/dotnet/nexus01/index.html</link><pubDate>Fri, 01 Aug 2025 00:00:00 +0000</pubDate><guid>https://getting-started-with-helm.vertiaitech.com/dotnet/nexus01/index.html</guid><description>A detailed guide to installing, configuring, and integrating Nexus Repository Manager for artifact management and CI/CD pipelines</description></item><item><title>SonarQube Overview and Deployment</title><link>https://getting-started-with-helm.vertiaitech.com/dotnet/sonarqube/index.html</link><pubDate>Fri, 01 Aug 2025 00:00:00 +0000</pubDate><guid>https://getting-started-with-helm.vertiaitech.com/dotnet/sonarqube/index.html</guid><description>Comprehensive guide to installing, configuring, and integrating SonarQube for continuous code quality inspection</description></item><item><title>.NET Related containers</title><link>https://getting-started-with-helm.vertiaitech.com/dotnet/misc/index.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://getting-started-with-helm.vertiaitech.com/dotnet/misc/index.html</guid><description>Install ms sql on container docker run -e "ACCEPT_EULA=Y" \ -e "MSSQL_SA_PASSWORD=Redhat@123456" \ -p 1433:1433 \ --name sql2022 \ -d mcr.microsoft.com/mssql/server:2022-latest Create a database in Ms sql docker run -it --rm \ --network container:sql2022 \ mcr.microsoft.com/mssql-tools \ /opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P 'Redhat@123456' -Q "CREATE DATABASE LMSDatabase" Check the database if available docker run -it --rm --network container:sql2022 mcr.microsoft.com/mssql-tools /opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P 'Redhat@123456' 1> SELECT name FROM sys.databases; 2> GO name -------------------------------------------------------------------------------------------------------------------------------- master tempdb model msdb LMSDatabase (5 rows affected) { "ConnectionStrings": { "DefaultConnection": "Server=localhost,1433;Database=LMSDatabase;User Id=sa;Password=Redhat@123456;TrustServerCertificate=true" } } 🚀 Host a Static Website with IIS in Docker (Windows) This guide walks you through creating and deploying a simple static HTML site using IIS inside a Docker container on Windows.</description></item></channel></rss>