SVSharath Veerapaneniinkubernetes-gateway-api-with-nginxgateway.hashnode.dev·Nov 30, 2025 · 2 min readDeploying a Production-Ready Gateway API with NGINX Gateway Fabric and Cert-ManagerThe Kubernetes Gateway API is the modern evolution of Ingress—offering better security, extensibility, and multi-route support. In this guide, we deploy the Gateway API v1.3.0, set up the NGINX Gateway Fabric, expose an NGINX application, and secure ...00
SVSharath Veerapaneniinspinnaker-jenkins.hashnode.dev·Jan 22, 2025 · 5 min readCI/CD Using Jenkins and Spinnaker: Automating Deployment to KubernetesIntroduction: In modern software development, Continuous Integration and Continuous Deployment (CI/CD) pipelines play a crucial role in ensuring efficient and automated workflows. This blog focuses on setting up a CI/CD pipeline using Jenkins and Spi...00
SVSharath Veerapaneniininvisible.hashnode.dev·Oct 28, 2024 · 4 min readHow to Build a CI/CD Pipeline Using Gitea, Docker, Ansible, and KubernetesThis post explains how to set up a CI/CD pipeline using Gitea for code hosting, Gitea Runner for CI/CD, Docker for managing container images, Ansible for configuration management, and Kubernetes for deployments, enabling automatic updates to your Kub...00
SVSharath Veerapaneniininvisible.hashnode.dev·Oct 26, 2023 · 1 min readDeploying application on Kubernetes Through ArgoCDArgocd is one of the continuous deployment tools. It will pull the code from repos whenever there is a change and deploy the applications with those changes. It is deployed through the below steps on a Kubernetes cluster. To deploy the Kubernetes clu...00
SVSharath Veerapaneniininvisible.hashnode.dev·Jul 28, 2023 · 3 min readSpinnakerSpinnaker is one of the open-source, Multi-cloud Continuous Delivery platform. Spinnaker is used to automate the deployment of applications on any cloud environment. Key Features: 1)Multi-Cloud Deployment 2)Continuous Delivery 3)Automated Pipelines 4...00