Tag: orchestration
-
Setting Up TeamCity, Building Docker Images, and Pushing .NET 6+ Apps to Amazon ECR
This article is intended to guide DevOps engineers through the process of installing TeamCity in a server with Docker pre-installed. Further, we will create a pipeline to build a Docker image for a .NET 6+ applications and push the image to the Amazon Elastic Container Registry (ECR). What is TeamCity? Being a big fan of […]
-
Demystifying Kubernetes: A Beginner’s Guide to Container Orchestration
Hello everyone, welcome to my latest article about Kubernetes, often referred to as “K8s”. I understand that the world of container orchestration can be a bit intimidating, but don’t worry, I’m here to break it down for you in simple terms. In this article, I’ll be explaining what Kubernetes is and how it can help you […]