© 2023 Hashnode
#devops
Why do we need Modules? Till now we have made many resource blocks consisting of aws instances, s3 buckets, dynamodb tables, aws-key-pair etc. If we have created multiple instances with different name…
What are modules in Terraform? A Terraform module is a collection of standard configuration files in a dedicated directory. Terraform modules encapsulate groups of resources dedicated to one task, red…
Introduction: In the ever-evolving world of technology, embracing #DevOps has become essential for organizations seeking efficiency, scalability, and innovation. As a passionate learner and aspiring DevOps professional, I embarked on a tran…
What are Namespaces and Services in k8s In Kubernetes, Namespaces are used to create isolated environments for resources. Each Namespace is like a separate cluster within the same physical cluster. Services are used to expose your Pods and …
UTF stands for "Unicode Transformation Format." It is a character encoding standard that represents a wide range of characters from various writing systems around the world. In simple terms, character…
What are the different types of cloud computing? There are three main types of cloud computing: Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as a Service (SaaS). Ia…
📍 Introduction: In this blog post, we will dive into Terraform providers, explore provider configuration and authentication, and practice using providers for platforms such as AWS, Azure, and Google …
Hello there, welcome to my new series of blog posts on the Gradle build system. Today, I chose to write on the Gradle because, to most of the new android app developers, Gradle is a block box, and the…
Gradle is a build automation tool that is used to build different applications, from mobile applications to microservices. Gradle provides a platform to build, test, and maintain the applications; moreover, if you are working on a multi-bui…
What are the Modules in Terraform Modules are reusable infrastructure configuration components in Terraform that can be used to group and organize collections of resources. In your Terraform codebase, they offer a means of producing reusabl…