SSSujit Sahooinsujitsahoo0285.hashnode.dev·Nov 27, 2023 · 3 min readLinux shell scriptShell scripting is a process that involves writing a series of commands for the shell to execute. It is an essential skill for Linux and Unix system administrators, developers, and power users. The reason why shell scripting is required is because it...00
SSSujit Sahooinsujitsahoo0285.hashnode.dev·Oct 4, 2023 · 1 min readK8s And Its ArchitectureTHE HISTORY OF KUBERNETES:- Kubernetes was originally developed by Google in 2014 as an open-source container orchestration platform. The first public release of Kubernetes was in June 2014, and it quickly gained popularity among developers and organ...00
SSSujit Sahooinsujitsahoo0285.hashnode.dev·Sep 29, 2023 · 1 min readGit and GitHubGitHub is a web-based hosting service for version control using Git. It is used primarily for code and supports collaboration features to ease code review and project management. GitHub allows developers to store their code in repositories, which can...00
SSSujit Sahooinsujitsahoo0285.hashnode.dev·Sep 28, 2023 · 3 min readTerraform ModulesThere are three types of Terraform Modules available. 1- Root Module, 2- Child Module, 3-Publish Module. Terraform modules are reusable components that allow you to encapsulate and share infrastructure code. They can be used to create complex infrast...00
SSSujit Sahooinsujitsahoo0285.hashnode.dev·Sep 27, 2023 · 2 min readCreate AWS instance using Terraform codeInstall Terraform on your local machine: You can download Terraform from the official website and follow the installation instructions for your operating system. Please visit- https://developer.hashicorp.com/terraform/tutorials/aws-get-started/instal...00