Oct 26, 2025 · 5 min read · YMAL file : It is basically human readable data serialization language. In YAML you can store only data, and not commands. Simple and easy to read and write. Where YAML is used : Kubernetes (YMAL format), Docker Compose, Ansible, CI/CD. Advantages of...
Join discussionApr 13, 2025 · 5 min read · In this tutorial, we’ll explore how to deploy a complete and secure CI/CD pipeline using GitHub Actions, ArgoCD, Helm, and Amazon EKS.GitHub is one of the most popular version control platforms in the world, and integrating CI/CD directly into it has...
Join discussion
Mar 10, 2025 · 20 min read · To access and manage Kubernetes resources or objects in the cluster, we need to access a specific API endpoint on the API server. Each access request goes through the following access control stages: Authentication Authenticate a user based o...
Join discussionJul 26, 2023 · 5 min read · TABLE OF CONTENTS What is Kubernetes? Why it is called K8s? Benefits of K8s Kubernetes Architecture Control Plane Write the difference between kubectl and Kubelets. Explain the role of the API server What is Kubernetes? Kubernetes is a cont...
Join discussion