Skip to main content

Vignesh Vasu

As a lead technical consultant at Perficient in India, Vignesh Vasu specializes in designing scalable cloud and integration solutions that transform complex challenges into reliable products. He also shares his expertise by writing on practical architecture, best practices, and real-world delivery lessons.

Blogs from this Author

Extending General Link for Experience Editor Mode in Sitecore

Kube Lens: The Visual IDE for Kubernetes

Kube Lens — The Visual IDE for Kubernetes Kube Lens is a desktop Kubernetes IDE that gives you a single, visual control plane for clusters, resources, logs and metrics—so you spend less time wrestling with kubectl output and more time solving real problems. In this post I’ll walk through installing Lens, adding clusters, and the […]

Feature Image Helm

Helm Unit Test: Validate Charts Before Deploy

Why Helm UnitTest? Untested charts risk syntax errors, wrong resources, or missing configs that surface only during installs. Unit tests render templates locally, catch issues early, and ensure values like replicas or images work as expected. CI/CD pipelines run these tests automatically, blocking merges with failures. Using helm unittest will lower prod incidents from template […]