Getting-started-with-GitHub-Actions

Getting started with GitHub Actions

Author – Shefali Kamble, Cloud Engineer Overview GitHub Actions is a CI/CD and general automation system introduced by GitHub. It is integrated right into GitHub and enabled by default in every GitHub repository. GitHub Actions help you automate tasks within your software development life cycle. It is event-driven, which means that we can run a…

How to configure Prometheus and Grafana in Azure Kubernetes (AKS)

Author –  Mahesh Kumar, Cloud Engineer   Overview Prometheus and Grafana are open-source monitoring tools which helps to monitor Kubernetes clusters. It allows users and developers to capture metrics and telemetry data for applications running inside the cluster. It allows for deeper insights of your application’s performance and reliability at the container level. Prometheus Prometheus…

Spring Boot Application deployment to Azure Spring Cloud

Authors- Rajat Malik (Cloud Engineer), Anubhav Bisht (Associate Cloud Engineer)   Overview This walkthrough explains how to deploy a simple Azure Spring Cloud microservice application to run on Azure. If you want to know more about Azure Spring Cloud, you can read here: http://ifi.tech/2020/09/15/introduction-to-azure-spring-cloud/ The application code used in this tutorial is a simple app…