#devops
Read more stories on Hashnode
Articles with this tag
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...
Workloads A workload is an application running on Kubernetes. Whether your workload is a single component or several that work together, on Kubernetes...
Networking is a central part of Kubernetes, but it can be challenging to understand exactly how it is expected to work. There are 4 distinct...