Jay Desai
DJay's Tech Diary

DJay's Tech Diary

Follow
Follow
homeSponsorsbadgesnewsletter
Series

DevOps 101 - Deploying NextJs App on Kubernetes

In this series, we will deploy NextJs app on Kubernetes with an entire deployment pipeline. This is a practical DevOps guide, consider this is as a DevOps Bootcamp.

Articles in this series

Deploying Next.js on Kubernetes

Oct 26, 202010 min read

This article is a part of our ongoing DevOps series. As a part of our devops series, we have learned: How to set up Jenkins as our build...

Deploying Next.js on Kubernetes

DevOps 101 - Deploying Next.js on Ansible

Oct 16, 20205 min read

Ansible is an open-source IT Configuration Management, Deployment & Orchestration tool. Ansible is a radically simple IT automation platform that...

DevOps 101 - Deploying Next.js on Ansible

DevOps 101 - Dockerizing your Next.js application

Oct 2, 20202 min read

Next.js is the powerful react framework that solves different problems like Server Side Rendering, Pre-rendering, SEO, etc. It is very straightforward...

DevOps 101 - Dockerizing your Next.js application

DevOps 101 - Deploying & Configuring Jenkins on AWS server

Sep 30, 20204 min read

Hello! In this series, we are going to learn how we can enable the entire devops CI/CD pipeline for a custom application that can be deployed to the...

DevOps 101 - Deploying & Configuring Jenkins on AWS server

Creating Security Groups in AWS

Sep 30, 20201 min read

In this article, we will be creating a security group in AWS which will be helpful for all our DevOps deployments pipeline. Security Groups AWS...

Creating Security Groups in AWS