MKManeesha Kumariinmaneeshalovedevops.hashnode.dev·Jun 1, 2023 · 4 min readAWS Shared Responsibility ModelSecurity and Compliance is a shared responsibility between AWS and the customer. This shared model can help relieve the customer’s operational burden as AWS operates, manages and controls the components from the host operating system and virtualizati...00
MKManeesha Kumariinmaneeshalovedevops.hashnode.dev·Jun 1, 2023 · 4 min readGit useful tool for DevopsGit is a version control system that helps developers to collaborate on software development projects. It allows multiple developers to work on the same project simultaneously and keep track of changes made to the codebase. Here are some of the uses ...00
MKManeesha Kumariinmaneeshalovedevops.hashnode.dev·May 8, 2023 · 2 min readNGINX: A Powerful web serverNGINX is a popular open-source web server, reverse proxy, and load balancer software. It was first released in 2004 and has since become a widely used tool for serving web content and managing web traffic. NGINX is designed to handle high levels of c...00
MKManeesha Kumariinmaneeshalovedevops.hashnode.dev·May 7, 2023 · 6 min readTerraformWhat is Terraform? Terraform is a cloud-agnostic IaC tool that allows following a consistent workflow of provisioning and versioning the infrastructure. Terraform lets users provision both cloud and on-premise infrastructure using simple configuratio...01T
MKManeesha Kumariinmaneeshalovedevops.hashnode.dev·Apr 28, 2023 · 11 min readKubernetes storage and Kubernetes securityDocker 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 provides volume drivers, but the functionality is somewhat limited. Kubernetes supports many types ...01A