Devops
Monitoring My HomeLab With Prometheus and Grafana
· ☕ 7 min read
I have enough machines in my house that there is a deep desire inside me to call it a home lab. Though I'm not saying my setup is as cool as the one you find on r/homelab. I have a laptop, a PC, and a Raspberry Pi. That's enough number of devices that I want to know more about at a single place. The thing in my favor is Raspi, which can be up 24x7 without taking much power. This is going to be my server for telemetry.
https://d2kbulfv42d43j.cloudfront.net/2024/Q2/grafana_dashboard_overview.jpg

How to Setup a Jenkins to DockerHub Pipeline with Multi-Arch Images
· ☕ 13 min read
We have previously seen how to set up a GitHub to Jenkins pipeline with webhooks, this time we are going to continue on that lesson and learn how to configure Jenkins to build and push Docker images to DockerHub. We’ll also see how to create images for both arm64 as well as amd64 architectures machines. Keep on reading.
https://d2kbulfv42d43j.cloudfront.net/2022/Q1/banner_jenkins_to_dockerhub_pipeline_multi-arch.jpg

Wildcard Domain Certificate Using Route53 and Let's Encrypt
· ☕ 14 min read
Today I'll go through how get and configure a HTTPS certificate from Let's Encrypt for all the subdomain. I have already posted about how we can automate installation of Jenkins & Nginx with Ansible. I have also done a post where I talk about how to enable HTTPS on a non-wildcard basis i.e. only for the root domain and not on subdomain.
https://d2kbulfv42d43j.cloudfront.net/2021/letsencrypt.jpg

Getting Started with Ansible as a Fullstack Developer
· ☕ 18 min read
I don't claim to be a DevOps expert. I just know some basic ssh and scp, that's all. I have done whatever server configuration till date by ssh'ing into instances and then configuring them by hand. But now-a-days I feel like spinning up and destroying a server has increased in my life style.
https://d2kbulfv42d43j.cloudfront.net/2021/playbook_in_action.png

How I Enabled HTTPS on My EC2 Hosted Website
· ☕ 6 min read
In 2014, Google hinted that they are running tests taking into account whether sites use secure, encrypted connections as a signal in our search ranking algorithms. This means it will affect SEO in some way. Today in the age of HTTP2, https is defualt. Default in the sense that many server software will only allow HTTP2 when https is configured.
https://d2kbulfv42d43j.cloudfront.net/2021/https_enabled_domain.png

Continuous Integration and Deployment to Beanstalk With Docker
· ☕ 4 min read
Docker makes it easy to develop and deploy application, reducing friction between the processes. And ElasticBeanstak is a great platform build upon EC2 infrastructure which provides provisioning capability without much effort.
https://d2kbulfv42d43j.cloudfront.net/2020/docker_beanstalk.png