Creating Scalable Microservices with Docker

Introduction Scalability is a key characteristic in building modern applications. Microservices architecture is a popular approach in building scalable applications. It lets developers break down a monolithic application into small, loosely coupled services. Each service is responsible for a particular functionality and can be independently deployed, scaled and maintained. Docker Continue Reading

Setting up Azure Kubernetes Service

Introduction Modern technology has provided developers with many tools to create and manage applications. Azure Kubernetes Service is a popular solution for managing containerized applications on Microsoft Azure. It provides a fully-managed container orchestrator that allows you to easily manage containerized applications, scale them as needed, and automate infrastructure operations. Continue Reading

Working with Kubernetes for container orchestration

Introduction Kubernetes is a container orchestration system for automating deployment, scaling, and management of containerized applications. By using Kubernetes, you can easily deploy your application on a cluster of servers, and manage it automatically using Kubernetes’ rich set of APIs. In this tutorial, we will learn how to work with Continue Reading