<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>RajeshScribe Posts</title><description>Practical writing on DevOps, AI and ML, architecture, data systems, and lessons learned while building software.</description><link>https://rajeshscribe.com/</link><item><title>Llama 3.1 vs 3.2 - Which Model is Right for You?</title><link>https://rajeshscribe.com/blogs/llama32-vs-31</link><guid isPermaLink="true">https://rajeshscribe.com/blogs/llama32-vs-31</guid><description>Compare Llama 3.1 vs 3.2 across multimodal capabilities, model sizes, and practical use cases to choose the right model.</description><pubDate>Mon, 29 Sep 2025 00:00:00 GMT</pubDate><category>AI &amp; ML</category></item><item><title>Terraform Safety - Keep Resources Safe from Accidental Deletion</title><link>https://rajeshscribe.com/blogs/keep-tf-resources-safe-from-accidental-deletion</link><guid isPermaLink="true">https://rajeshscribe.com/blogs/keep-tf-resources-safe-from-accidental-deletion</guid><description>Learn how to protect Terraform resources from accidental deletion using lifecycle.prevent_destroy and enable_deletion_protection. A must-read guide for DevOps engineers who value safe and stable infrastructure.</description><pubDate>Sun, 03 Aug 2025 00:00:00 GMT</pubDate><category>Terraform</category><category>Aws</category></item><item><title>Serverless Auth Made Simple - AWS Cognito, Lambda &amp; API Gateway</title><link>https://rajeshscribe.com/blogs/serverless-auth-with-aws-services</link><guid isPermaLink="true">https://rajeshscribe.com/blogs/serverless-auth-with-aws-services</guid><description>Learn how to build custom authentication APIs using AWS Cognito, Lambda, and API Gateway — without managing a single backend server. A serverless approach to secure, scalable, and cost-effective centralized auth.</description><pubDate>Fri, 18 Apr 2025 00:00:00 GMT</pubDate><category>Aws</category><category>Cognito</category></item><item><title>Secure Authentication for Python Apps with AWS Cognito</title><link>https://rajeshscribe.com/blogs/python-webapp-with-cognito-auth</link><guid isPermaLink="true">https://rajeshscribe.com/blogs/python-webapp-with-cognito-auth</guid><description>Simple Python web application using Flask and AWS Cognito for authentication. The application supports both Hosted UI and custom login page for user authentication.</description><pubDate>Sun, 20 Oct 2024 00:00:00 GMT</pubDate><category>Aws</category><category>Cognito</category><category>Python</category></item><item><title>Deploying Kubernetes Operator for Avi on Amazon EKS</title><link>https://rajeshscribe.com/blogs/configure-ako-for-eks</link><guid isPermaLink="true">https://rajeshscribe.com/blogs/configure-ako-for-eks</guid><description>Step by step guide to configure Avi Kubernetes Operator (AKO) on EKS with Avi Controller.</description><pubDate>Sun, 24 Sep 2023 00:00:00 GMT</pubDate><category>Avi</category><category>Kubernetes</category><category>AWS</category><category>Tanzu</category></item><item><title>Avi on AWS: Comprehensive Installation Guide</title><link>https://rajeshscribe.com/blogs/install-avi-on-aws-for-eks</link><guid isPermaLink="true">https://rajeshscribe.com/blogs/install-avi-on-aws-for-eks</guid><description>A simplified guide to install NSX Advanced Load Balancer (Avi) on AWS to work with EKS cluster.</description><pubDate>Sun, 24 Sep 2023 00:00:00 GMT</pubDate><category>Avi</category><category>Kubernetes</category><category>Tanzu</category><category>AWS</category></item><item><title>How to containerize Next.js app with buildpacks</title><link>https://rajeshscribe.com/blogs/containerize-nextjs-app-with-buildpacks</link><guid isPermaLink="true">https://rajeshscribe.com/blogs/containerize-nextjs-app-with-buildpacks</guid><description>This blog shows simple steps to containerize Next.js app using cloud native buildpacks.</description><pubDate>Wed, 02 Aug 2023 00:00:00 GMT</pubDate><category>DevOps</category><category>Nextjs</category><category>Buildpacks</category></item><item><title>How to containerize Next.js app with docker build</title><link>https://rajeshscribe.com/blogs/how-to-containerize-nextjs-app-with-docker-build</link><guid isPermaLink="true">https://rajeshscribe.com/blogs/how-to-containerize-nextjs-app-with-docker-build</guid><description>Simple steps to containerize Next.js app deployed with npm packages using docker build.</description><pubDate>Wed, 02 Aug 2023 00:00:00 GMT</pubDate><category>Docker</category><category>Nextjs</category></item><item><title>Simplify continuous delivery with Tanzu Mission Control</title><link>https://rajeshscribe.com/blogs/simplify-cd-workflow-with-tmc</link><guid isPermaLink="true">https://rajeshscribe.com/blogs/simplify-cd-workflow-with-tmc</guid><description>Simplified workflow to perform continuous delivery for apps with Tanzu Mission Control</description><pubDate>Sun, 02 Jul 2023 00:00:00 GMT</pubDate><category>DevOps</category><category>Tanzu</category></item><item><title>SSH login to supervisor node in Tanzu Kubernetes Grid</title><link>https://rajeshscribe.com/blogs/ssh-login-to-supervisor-node-in-tkg</link><guid isPermaLink="true">https://rajeshscribe.com/blogs/ssh-login-to-supervisor-node-in-tkg</guid><description>We might need to access supervisor node via ssh for troubleshooting or configuration need for Tanzu Kubernetes Grid as service configured in vSphere.</description><pubDate>Tue, 17 Jan 2023 00:00:00 GMT</pubDate><category>Kubernetes</category><category>Tanzu</category></item><item><title>How to setup lightweight LDAP Server with docker</title><link>https://rajeshscribe.com/blogs/how-to-setup-lightweight-ldap-server-with-docker</link><guid isPermaLink="true">https://rajeshscribe.com/blogs/how-to-setup-lightweight-ldap-server-with-docker</guid><description>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.</description><pubDate>Tue, 15 Feb 2022 00:00:00 GMT</pubDate><category>DevOps</category><category>Docker</category></item><item><title>Use Skaffold for local development in simple steps</title><link>https://rajeshscribe.com/blogs/use-skaffold-for-local-development-in-simple-steps</link><guid isPermaLink="true">https://rajeshscribe.com/blogs/use-skaffold-for-local-development-in-simple-steps</guid><description>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</description><pubDate>Fri, 14 Jan 2022 00:00:00 GMT</pubDate><category>DevOps</category><category>Kubernetes</category></item><item><title>Build Spring Boot Helloapp in simple steps</title><link>https://rajeshscribe.com/blogs/build-spring-boot-helloapp-in-simple-steps</link><guid isPermaLink="true">https://rajeshscribe.com/blogs/build-spring-boot-helloapp-in-simple-steps</guid><description>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.</description><pubDate>Mon, 10 Jan 2022 00:00:00 GMT</pubDate><category>DevOps</category></item><item><title>How to reset password in linux with simple steps</title><link>https://rajeshscribe.com/blogs/how-to-reset-password-in-linux-with-simple-steps</link><guid isPermaLink="true">https://rajeshscribe.com/blogs/how-to-reset-password-in-linux-with-simple-steps</guid><description>This blogs shares some simple steps to recover root password using Single User Mode from Linux GRUB.</description><pubDate>Mon, 10 Jan 2022 00:00:00 GMT</pubDate><category>Linux</category></item><item><title>Sealed Secrets – secure way to manage secrets</title><link>https://rajeshscribe.com/blogs/sealed-secrets-secure-way-to-manage-secrets</link><guid isPermaLink="true">https://rajeshscribe.com/blogs/sealed-secrets-secure-way-to-manage-secrets</guid><description>Sealed Secrets provide a secure way to encrypt the Kubernetes secrets.</description><pubDate>Mon, 10 Jan 2022 00:00:00 GMT</pubDate><category>DevOps</category></item><item><title>How to renew certificate manually in Kubernetes</title><link>https://rajeshscribe.com/blogs/how-to-renew-certificate-manually-in-kubernetes</link><guid isPermaLink="true">https://rajeshscribe.com/blogs/how-to-renew-certificate-manually-in-kubernetes</guid><description>Certificate renewal for client certificates is a usual process for a long running Kubernetes clusters. This blog implements the  steps for manual cert upgrade.</description><pubDate>Fri, 10 Dec 2021 00:00:00 GMT</pubDate><category>DevOps</category><category>Kubernetes</category></item><item><title>Vagrant box – customized with simple steps</title><link>https://rajeshscribe.com/blogs/vagrant-box-customized-with-simple-steps</link><guid isPermaLink="true">https://rajeshscribe.com/blogs/vagrant-box-customized-with-simple-steps</guid><description>In this blog, we would go through steps to build custom vagrant box to use for environment provisioning.</description><pubDate>Wed, 10 Nov 2021 00:00:00 GMT</pubDate><category>Linux</category><category>Vagrant</category></item><item><title>How can buildpacks transforms source-code into app-image</title><link>https://rajeshscribe.com/blogs/how-can-buildpacks-transforms-source-to-image</link><guid isPermaLink="true">https://rajeshscribe.com/blogs/how-can-buildpacks-transforms-source-to-image</guid><description>Cloud Native Buildpacks provide capability to transform app source code to image. Being kubernetes-native, buildpacks provide an intuitive &amp; robust image builds</description><pubDate>Sat, 01 May 2021 00:00:00 GMT</pubDate><category>DevOps</category><category>Kpack</category></item><item><title>kpack - A guide to build optimized app-image</title><link>https://rajeshscribe.com/blogs/kpack-a-guide-to-build-optimized-app-image</link><guid isPermaLink="true">https://rajeshscribe.com/blogs/kpack-a-guide-to-build-optimized-app-image</guid><description>kpack extends Kubernetes and utilizes it’s capabilities for building OCI images as a platform implementation of Cloud Native Buildpacks (CNB)</description><pubDate>Sat, 01 May 2021 00:00:00 GMT</pubDate><category>Kubernetes</category><category>Kpack</category></item><item><title>Jenkins install on kubernetes in 3 simple steps</title><link>https://rajeshscribe.com/blogs/jenkins-install-on-kubernetes-in-3-simple-steps</link><guid isPermaLink="true">https://rajeshscribe.com/blogs/jenkins-install-on-kubernetes-in-3-simple-steps</guid><description>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.</description><pubDate>Fri, 23 Apr 2021 00:00:00 GMT</pubDate><category>DevOps</category></item></channel></rss>