DEV Community

K. Sam Ashray
K. Sam Ashray

Posted on

Learning DevOps 30/01

Goal: To have hands-on experience in creating from scratch enterprise level CI/CD pipelines, from code commit to building packages, to security scans to infra provisioning to mail notification of completion, while enabling monitoring.

Today worked on:

  1. - Successfully implemented Jenkins to build, tag and push the Docker image to DockerHub.
  2. - With Jenkins, deployed the docker image into the K8s Cluster.
  3. - Used Prometheus and Blackbox to look out for the health of the app
  4. - Created Grafana dashboard which shows the metrics of the app from Prometheus

Next Up:
Dive deeper into Kubernetes

Github Link

Grafana dashboard
Image description

Prometheus dashboard
Image description

Top comments (0)