Tag

#DevOps

Search Posts

Search across all published posts.

How to containerize Next.js app with buildpacks

This blog shows simple steps to containerize Next.js app using cloud native buildpacks.

Simplify continuous delivery with Tanzu Mission Control

Simplified workflow to perform continuous delivery for apps with Tanzu Mission Control

How to setup lightweight LDAP Server with docker

This blog aims to build an LDAP Server with docker and docker-compose. It serves useful to deploy temporary LDAP server for poc’s and testing our Microservices.

Use Skaffold for local development in simple steps

This blog is a comprehensive guide to build and deploy apps to Kubernetes with Skaffold. This tool provides simple workflow for local development of apps

Build Spring Boot Helloapp in simple steps

A Helloapp to demonstrate the workflow and the tools features. I have built this app with Java using Spring Boot to build the MVC framework.

Sealed Secrets – secure way to manage secrets

Sealed Secrets provide a secure way to encrypt the Kubernetes secrets.

How to renew certificate manually in Kubernetes

Certificate renewal for client certificates is a usual process for a long running Kubernetes clusters. This blog implements the steps for manual cert upgrade.

How can buildpacks transforms source-code into app-image

Cloud Native Buildpacks provide capability to transform app source code to image. Being kubernetes-native, buildpacks provide an intuitive & robust image builds

Jenkins install on kubernetes in 3 simple steps

A step-by-step guide to install a production grade Jenkins devops tool using helm chart on Kubernetes to serve CICD pipelines for same or different environment.