Enable Anonymous access for Grafana
Grafana includes a built-in user authentication system enabled by default. In some cases, we need to enable anonymous access for grafana. To enable anonymous access, you can perform the following steps. Grafana Environment In our case, Grafana is running in a Kubernetes cluster on AWS but similar steps should apply for other environments. Update grafana.ini […]
Setup CICD for Azure Data Factory using Azure DevOps Pipelines (2022)
This blog covers how to setup CICD for Azure Data Factory (ADF) using Azure DevOps Release Pipelines in an enterprise environments using GIT.
Monitoring with Kubernetes
Introduction: In previous blogs, we have explored the Azure Container Service and Kubernetes. In this blog, we will explore the monitoring with Kubernetes. Prerequisite: Running Kubernetes Cluster Kubectl utility For reliable applications, it is required to have in place monitoring of the Kubernetes Cluster. It helps to determine availability, scalability, and reliability of the […]
Deploying Application on Azure Kubernetes Service
Launching the simple application with Azure Kubernetes Service In previous few blogs, we have explained about the Kubernetes and container orchestration. Microsoft Azure provides the hosted Kubernetes service. To create the basic Kubernetes Cluster on Azure please visit our previous blog. In this blog, I will launch a simple application on Azure Container Service. Pre-requisite […]
Container Orchestration Platforms to Know
Container As a Service (CaaS) is growing very rapidly. Enterprises are adopting the containers and orchestration for managing containerized applications at scale. In the previous blog we also discussed the tools for the container security. Orchestration Platforms: Kubernetes [Open Source]: Kubernetes is the CNCF (Cloud Computing Native Foundation ) hosted project. It is used for automated […]
Deploying Jenkins with Helm on Kubernetes (AKS)
In our last blog, we showed how to deploy a Kubernetes cluster in Azure Container Service (AKS). In this blog, we will cover how to deploy Jenkins with Helm in a Kubernetes cluster. Helm charts helps you define, install, and upgrade complex Kubernetes applications. Jenkins Helm chart installs a master and slave cluster utilizing the Jenkins […]
Setting up Kubernetes Cluster on Azure Container Service (AKS)
In this post, we’ll take you through the basics of setting up a Kubernetes Cluster on Azure Container Service (AKS), the Microsoft cloud service to manage your hosted Kubernetes environment. By the end of it, you’ll have a one node cluster up and running in AKS. Install Azure CLI You will need the Azure CLI […]