Lalita Kashyaplalitakashyapblog.hashnode.dev·Jun 25, 2024What is Manifest?In Kubernetes (k8s), a manifest is a YAML (or sometimes JSON) file that describes the desired state of a Kubernetes object, such as a pod, service, deployment, config map, or persistent volume. These manifests are used to create, update, and manage t...DiscussKubernetes
ProDevOpsGuy Tech Communityblog.prodevopsguy.xyz·May 10, 2024Transform Kubernetes Manifests into Helm ChartKubernetes is one of the most popular Container Orchestration tool in the market and it’s popularity is growing further with the growing use of microservices-based applications. Kubernetes is widely-used because of its ability to define and manage co...Discuss·120 readsKubernetes
Sunggun Yublog.meowhq.dev·Dec 19, 2023Compare Kubernetes Manifest files in VSCodeIntroduction I recently published a VSCode extension called KubeMani Diff, which is a tool for comparing Kubernetes manifest files. With this extension, you can easily identify the differences between two Kubernetes manifest files. KubeMani Diff also...Discuss·113 readskubernetes manifest