Ayush Tripathiayush-t02.hashnode.dev·Sep 29, 2024Industry Ready CICD : A Practical GuideIn this blog, I’ll explain the process to make a complete industry ready DevOps project. This project will contain complete CICD implementation on a local setup. In a real setup, we would use a cloud provider for kubernetes and a few additional tools...10 likes·93 readscicd
Mahira Technology Private Limitedmahiratechnology.hashnode.dev·Oct 20, 2023Kustomization Declarative Configuration for Kubernetes**Kubernetes native configuration management** Kustomize introduces a template-free way to customize application configuration that simplifies the use of off-the-shelf applications. Now, built intokubectlasapply -k When coming across with #Kubernetes...Kubernetes