NKNamrata Kumariinnamrata.dev·Sep 13, 2023 · 3 min readTerraform - Data Sources in terraform resourcesUse of Data source in terraform code Terraform Data Source: The data sources allow terraform to use the information defined outside of terraform, defined by another separate terraform configuration or directly created in provider resources using ano...00
NKNamrata Kumariinnamrata.dev·Sep 12, 2023 · 2 min readAWS Golden AMIWhat is Golden AMI and its use? A Golden AMI is a pre-configured Amazon Machine Image (AMI) that is used as a reference for creating other AMIs. It typically includes a base operating system, commonly used software packages, and any additional config...01P
NKNamrata Kumariinnamrata.dev·Sep 10, 2023 · 6 min readTerraform (IaaC) - S3 backend :Terraform Variables As a good infrastructure developer, you should not hardcode values in the configuration. Hence, Terraform variables facilitate that the values will be kept in one place storing them into a variable and replacing the variable name ...00
NKNamrata Kumariinnamrata.dev·Sep 9, 2023 · 4 min readTerraform (IaaC)What is Iaac (Infrastructure as a Code)? IaaC is the concept of creating Infrastructure resources using a configuration file. IaaC allows you to speed up the infrastructure development.IaaC configuration is error-free as its automation code method an...01S
NKNamrata Kumariinnamrata.dev·Sep 7, 2023 · 2 min readMicroservices-k8's flask-app Deployment on kubeadmSetting up Kubernetes Cluster using Kubeadm Master and Worker nodes created You can verify the same on the worker node You will see taskmaster container is running Building image of flask-app clone microservices k8's app: https://github.com/Londhe...00