Tag: Deployment

Kubernetes Secrets Revealed: Unlocking Hidden Gems for Seamless Deployment

Kubernetes Secrets Revealed: Unleashing the Unseen for Effortless Deployment In the ever-evolving landscape of technology, Kubernetes has emerged as a game-changer. Its ability to seamlessly orchestrate containerized applications has revolutionized the world of deployment. But amidst the buzz sur...

Helm 101: Proven Strategies for Simplifying Kubernetes Deployment Management

Are you ready to embark on a journey that simplifies the complexities of Kubernetes deployment management? Look no further, for we at Skrots have curated an exceptional guide just for you. In this article, we will delve into the magical world of Helm and present proven strategies that will revolutio...

GCP Dataflow Flex Template Pipeline ??? Part 5 (GitHub Actions Setup for Deployment)

Well, we are almost there. In the previous parts of this project (links below), we setup our pipeline and infra. Now it is time to deploy. I have broken the process into 2 GitHub Action files: Deployment of Docker Image: https://github.com/amandeepsaluja/gcp-dataflow-pipeline/blob/master/...

Secure Deployment on AWS EC2 Clusters Across 10+ instances with Ansible and AWS CodeCommit

Project Description In this project, grounded in an actual business use case, I utilised Ansible for the configuration management and deployment of the trailblazing HumanGov SaaS application across Amazon Web Services (AWS) EC2 instances. These instances are earmarked to serve multiple department...

HumanGov: Deployment Of A Reusable Saas Multi-tenant AWS Infrastructure Using Terraform Modules Securely Storing Terraform Configuration Files On AWS Code Commit.

In this project based on a real-world scenario, I designed and deployed a reusable, multi-tenant SaaS infrastructure on AWS using Terraform modules. The infrastructure was based on AWS services such as EC2 instances, DynamoDB databases, and S3 buckets. To ensure the secure storage of Terraform co...

Project 3 ???Aws DevOps Deployment

Completion Steps → fetch a code from github by git clone https://github.com/Aakibgithuber/Aws-DevOps-Project Setup code commit repository on aws push code to code commit using aws CLI setup aws code-build for building code setup S3 bucket for cod...

Blue-Green Deployment Using Kubernetes

Kubernetes is an open-source container orchestration system for automating software deployment, scaling, and management. Originally designed by Google, the project is now maintained by the Cloud Native Computing Foundation. Kubernetes Blue Green Deployment: Blue Green is a deployment pa...

Testing Apache Spark locally: docker-compose and Kubernetes deployment.

Introduction This three-part tutorial series is designed to guide you through different deployment methods for Apache Spark, starting with Docker-compose, progressing to deploying on a Kubernetes cluster using a custom binary Spark image, and finally exploring the convenience of deploying Spark o...