Hello! I’m Rajat 馃憢

I work as a software dev for a startup building SaaS, constantly learning and improving skills to create high-quality software, I also like to share my experiences.

Getting started with kubernetes: k3s

This tutorial shows you how to install k3s to run Kubernetes cluster locally on our Linux machine, we will also be deploying a Docker container in our kubernetes container. What is Kubernetes? For now all we need to know is that we like to deploy our application in containers, to provide a isolated enviroment for them, which is great because now you have a one container that has all the dependencies needed to run that application we can take that docker conatiner and use it on any OS without any issues....

December 11, 2022 路 3 min 路 Rajat Gupta

GSoC 2022 Final Report: Building Jenkins X UI

Jenkins X New UI It is a web application built with Golang for the backend and Sveltekit for the frontend, both of which are built together and used in the same container. To function properly, it must be installed as a helm chart with Jenkins X CRDs. 馃専 It has light and dark themes. Why need a new UI? A good UI is essential for a CI/CD tool, as not everyone is familiar with the CLI....

November 13, 2022 路 4 min 路 Rajat Gupta

GSoC 2022 Community Bonding Period with Jenkins X

Sharing my gsoc experiences with Jenkins X during Community Bonding Period Introduction Hello everyone, I am Rajat Gupta, pursuing my bachelor鈥檚 in Information Technology. In 2022, I have been selected as a student developer in Google Summer of Code under Jenkins X. We will be building a new UI for Jenkins X. I got this news on May 20th, as I received an email from google. How I started The technologies needed were Golang, Kubernetes, and GitOps....

July 12, 2022 路 2 min 路 Rajat Gupta