Akaeze Kosisochukwuaudrey01.hashnode.dev·Nov 18, 2024A Comprehensive Guide to Containerizing Applications, Orchestrating with Kubernetes, and Monitoring with Prometheus.This article is a step-by-step practical guide on deploying a containerized application on Amazon EKS, monitoring the application using Prometheus and Grafana, and creating a CI/CD Pipeline to facilitate our workflow. The Frontend uses NextJs while t...Discuss·1 like·59 readsDocker
Subhanshu Mohan Guptablogs.subhanshumg.com·Nov 17, 2024Federated Learning for Distributed MLOps SecurityIntroduction As Machine Learning Operations (MLOps) scale across industries, safeguarding sensitive data while enabling distributed training becomes a significant challenge. Enter Federated Learning (FL) — a decentralized approach that trains models ...Discuss·10 likes·33 readspysyft
Shubham Tawareshubzz.hashnode.dev·Nov 16, 2024DevSecOps in Action: How to Secure Your CI/CD PipelineIn this blog, we’ll explore how to incorporate essential security practices into the CI/CD pipeline to create a secure, efficient, and resilient software delivery process. With a DevSecOps approach, security checks are embedded early in the pipeline,...Discuss·2 likes·90 readsKubernetes
Sathpal Singhobservabilitypulse.hashnode.dev·Nov 12, 2024Observability in a NutShellIn the ever-evolving landscape of software development and IT operations, monitoring has long been an essential practice. It serves as the eyes and ears of system administrators and developers, providing insights into system performance, health, and ...Discussobservability
Md Nur Mohammadmohammadwithdevops.hashnode.dev·Nov 12, 2024Thanos set-up with sidecar, QueryIntro: Global View and seamless HA for Prometheus Initial Prometheus Setup Step 1 - Start initial Prometheus servers Thanos is meant to scale and extend vanilla Prometheus. This means that you can gradually, without disruption, deploy Thanos on top o...Discuss#thanos
Ashwinashwinrajendran.hashnode.dev·Nov 8, 2024Monitor Docker Container with Grafana & Prometheus1. Launch ubuntu 20/22 with below ports in AWS 9393,3000,9090 2. Login your machine and install docker apt-get update apt-get install docker.io -y apt-get install docker-compose -y 3. To Monitor docker we need to deploy some container so then c...DiscussDockerDocker
Ashwinashwinrajendran.hashnode.dev·Nov 8, 2024Monitoring Docker Logs Using Grafana and PrometheusIntroduction In this comprehensive tutorial, we'll guide you through the process of sending Docker logs to Grafana for effective monitoring and visualization. This setup involves launching two EC2 instances, installing Grafana on Instance 1, and Prom...DiscussDockerdockerlogs
Tushar Panttusharpant.online·Nov 7, 2024Day 79 of 90 Days of DevOps Challenge: Learning About PrometheusPrometheus is a powerful open-source monitoring and alerting toolkit designed for reliability and scalability. It is widely used for recording real-time metrics and offers robust querying and alerting capabilities. Tasks Task 1: Architecture of Prom...Discuss90 Days of DevOpsDevops
Mwanthi Danielbughunters.hashnode.dev·Nov 5, 2024CICD: Microservices Deployment on a Scalable Amazon EKS Cluster with Jenkins, ArgoCD, Terraform, Prometheus, and GrafanaIntroduction This project implements a fully automated workflow for building and deploying a monorepo-based microservices architecture. Using Jenkins and ArgoCD, we will develop an efficient CI/CD workflows to automate the building process of various...Discuss·1 like·64 readsAWS
Daawar Panditdawar.hashnode.dev·Nov 3, 2024DevSecOps Pipeline Project: Deploy Netflix Clone on Kubernetes with MonitoringOverview: This project involves deploying a Netflix clone application on Kubernetes, focusing on strong DevSecOps practices. The CI/CD pipeline uses Docker and Jenkins and includes SonarQube for checking code quality, Trivy and Dependency-Check for s...Discuss·13 likes·1.1K readsDevops