Tag: Kubernetes

  • Deploy Embedded PDI in a Kubernetes cluster

    Suppose you have a Kubernetes cluster up and running. You want to deploy a docker container (https://hub.docker.com/repository/docker/aliakkas/karatepdi). Karatepadi is a Spring Boot Rest application for automating ETL testing using Behaviour Driven Development framework Karate and embedded Pentaho Data Integration engine. You can use it to execute PDI job/transformation or running Karate feature file to produce…

  • Monitor Kubernetes cluster with Prometheus and Grafana

    Suppose you have a Kubernetes cluster up and running. How do you monitor it? Well obvious choice is to use Prometheus (gather metrics data of cluster) and Grafana (for visualising metrics data in a dashbaord ). Prerequisites working kubernetes cluster with kubectl configured locally installed kubectl and helm commands RBAC authorisation already setup Setting up…