Saurabh Adhaudevopsvoyager.hashnode.dev·Apr 30, 2024Streamlining AI Deployment: Launching ChatGPT Clone App with Kubernetes, Terraform, and Jenkins CI/CDIntroduction Deploying AI solutions efficiently and securely is crucial in today's tech landscape. This guide demonstrates the deployment of a ChatGPT bot using a DevSecOps approach, integrating security into the DevOps pipeline. Leveraging Terraform...10 likes·41 readsProjectsDevops
Siddhant Bhattaraisiddhantbhattarai.hashnode.dev·Feb 14, 2024Configuring Prometheus, Grafana, and Node Exporter on Amazon EC2 Ubuntu using DockerSetting Up Your EC2 Instance Launch an EC2 instance with the desired specifications (e.g., t2.medium, 30GB storage and security group with inbound rule ssh, 9100, 9090, 3000 port open). Connect to your EC2 instance using SSH. ssh -i your-key.pe...1 like·541 readsDevops
Amit Nalawadeamiit.tech·Aug 5, 2023Monitor Linux Host Metrics With The Node ExporterIntroduction In the last article, we discovered how to monitor a NodeJs application with Prometheus and Grafana. In that, we learned to collect metrics from the application like the rate of requests in the last 5 minutes, the rate of 5xx responses, b...27 readsmonitoring