Security and Compliance is a shared responsibility between AWS and the customer. This shared model can help relieve the customer’s operational burden...
what is git? · Git is a version control system that helps developers to collaborate on software development projects. It allows multiple developers to...
INTRODUCTION · NGINX is a popular open-source web server, reverse proxy, and load balancer software. It was first released in 2004 and has since become a...
Infra as Code · What is Terraform? Terraform is a cloud-agnostic IaC tool that allows following a consistent workflow of provisioning and versioning the...
Docker has a concept of volumes, though it is somewhat looser and less managed. A Docker volume is a directory on disk or in another container. Docker...
Service In Kubernetes, a Service is a method for exposing a network application that is running as one or more Pods in your cluster. A key aim of...