#devopswithkunal
Read more stories on Hashnode
Articles with this tag
ECR Amazon Elastic Container Registry (Amazon ECR) is a fully managed container registry service provided by Amazon Web Services (AWS). It allows...
pre-requisites Install terraform Install aws-cli Amazon web services account Terraform Terraform is an infrastructure as code (IAC) tool used for...
LB's In order to achieve high availability, fault tolerance, and maximum performance of your applications, load balancers in AWS (Amazon Web Services)...
RBAC RBAC stands for Role-Based Access Control, which is a security mechanism used by Kubernetes to control access to Kubernetes resources. RBAC...
What is Ingress In Kubernetes, ingress is a way to expose HTTP and HTTPS services running within a cluster to the outside world. It acts as a traffic...
What if there are no services in k8s If there were no concept of services in Kubernetes, it would be much more difficult to manage communication...