#devops
Read more stories on Hashnode
Articles with this tag
🖇️What is S3 bucket? Amazon S3 (Simple Storage Service) is a scalable object storage service provided by Amazon Web Services (AWS). An S3 bucket is...
Why we need aws cli? · The AWS CLI provides direct access to the public APIs of AWS services. You can explore a service's capabilities with the AWS CLI,...
Step 1: Go through my article to install...
🖇️What is terraform providers? In Terraform, a "provider" is a plugin that interacts with various APIs to manage resources. Providers allow Terraform...
Terraform is an open-source infrastructure as code (IaC) tool developed by HashiCorp. It allows you to define and provision data center infrastructure...
In Kubernetes (k8s), a manifest is a YAML (or sometimes JSON) file that describes the desired state of a Kubernetes object, such as a pod, service,...