Tag: kubernetes

  • Log Analytics and Monitoring for Google Kubernetes Engine (GKE) with Hipster Shop

    Log Analytics and Monitoring for Google Kubernetes Engine (GKE) with Hipster Shop

    This blog will guide you through setting up log analytics, monitoring and alert for a Google Kubernetes Engine (GKE) cluster using the Hipster Shop Observability Demo Application as reference. 1. Introduction to Kubernetes Monitoring and Log Analytics Monitoring and log analytics in Kubernetes are essential for ensuring: Effective monitoring and logging provide insights into application…

    Read More

    //

  • Deploy MongoDB and Mongo Express on Kubernetes Cluster

    Deploy MongoDB and Mongo Express on Kubernetes Cluster

    In this setup guide, I will deploy a MongoDB and Mongo Express application on AWS Kubernetes Cluster (EKS). EKS is a managed Kubernetes service that makes it easier to run Kubernetes on AWS. Using EKS offers the following major benefits: Kubernetes (K8s) is an open source platform to deploy, scale and manage containerized applications. Here…

    Read More

    //

  • Provisioning an EKS cluster using Terraform

    Provisioning an EKS cluster using Terraform

    In this exercise, I will deploy an AWS Elastic Kubernetes Service (EKS) cluster using Terraform and configure kubectl to verify the cluster is ready to use. Kubernetes is an open-source container orchestration system used to manage and deploy containerized applications. A Kubernetes cluster is a collection of nodes that run containerized applications. With AWS EKS,…

    Read More

    //