Steps to Install & Configure TeamCity on Ubuntu

In this blog we are going to discuss how to install & configure Teamcity on Ubuntu 20.04. Teamcity is a commercial tool & it is a build management and continuous integration server from JetBrains. It is a CI server, written in Java & helps to easily build docker images, and the support of Jira. There …

How to Connect the Azure Kubernetes Cluster Using Cloud Shell or Azure CLI

In this blog we are going to discuss how to connect the Azure Kubernetes cluster. We have two options to create cluster using azure cli & using azure portal. Microsoft azure is a cloud platform. It provides a multiple services such as virtual network ,Kubernetes services, containers & many more. its easy to use. First …

Step By Step Guide to Create Kubernetes Service on Microsoft Azure

Kubernetes is a free & open-source container-orchestration system. It is used for automating system application deployment, scaling, & management. It enables the operation of an elastic web server framework for cloud applications. There are some steps to create Kubernetes service on Microsoft azure: First login into azure portal. Click on All Services –> Containers—> Kubernetes …

Steps to Create EKS Node Group Using CloudFormation on AWS

Hello, In this blog we are discussing how to create EKS Node Group using Cloudformation. Cloudformation provides a platform where we can easily create a template and run the json/ymal code. It provides a way to create a collection of related aws services. prerequisite: First we need to setup EKS cluster so click on link https://www.hackerxone.com/2021/12/18/steps-to-create-eks-cluster-using-cloudformation-on-aws/ …

Steps to Create EKS cluster using Cloudformation on AWS

Hello, In this blog we are discussing how to create EKS cluster using Cloudformation. Cloudformation provides a platform where we can easily create a template and run the json/ymal code. It provides a way to create a collection of related aws services. There are some points to create EKS cluster using cloudformation & also find …