Skip to content
Image

moshclouds 🌩️

Welcome to the moshclouds GitHub organization! 🚀 This repository is designed to provide resources and hands-on projects to help beginners learn about Cloud concepts and services across multiple platforms like Google Cloud Platform (GCP), Amazon Web Services (AWS), Microsoft Azure, and more. 🖥️🌐

Purpose 🎯

The primary goal of this organization is to:

  • Provide beginner-friendly resources and projects to help learners dive into cloud technologies.

  • Explore cloud services offered by leading cloud providers like:

    • Amazon Web Services (AWS): Learn how to use EC2 (virtual machines), S3 (object storage), Lambda (serverless computing), RDS (managed databases), VPC (virtual private cloud), and much more!
    • Google Cloud Platform (GCP): Master Compute Engine (VMs), Cloud Storage (object storage), BigQuery (data analytics), Kubernetes Engine (GKE), Cloud Functions, and so many other services that power the cloud!
    • Microsoft Azure: Work with Virtual Machines (VMs), Blob Storage (for objects and files), Azure Kubernetes Service (AKS), App Services (for hosting web applications), and many other powerful Azure services to build, deploy, and manage applications.
  • Infrastructure as Code (IaC): Get hands-on experience with tools like:

    • Terraform 🛠️: Automate the provisioning of cloud resources and infrastructure.
    • Ansible 🤖: Automate the configuration, deployment, and management of cloud-based applications.applications and enable fast, safe, and reliable delivery of cloud-native applications.
  • Kubernetes (K8s): Learn to orchestrate your cloud infrastructure with Kubernetes, the leading open-source system for automating the deployment, scaling, and management of containerized applications. Dive into concepts like:

    • Pods, Services, Deployments, StatefulSets, and more!
    • Work with both AKS (Azure Kubernetes Service) and GKE (Google Kubernetes Engine) to deploy and manage your containers.
  • Explore Serverless Architectures: Learn how to create applications that run without managing the infrastructure using services like:

    • AWS Lambda, Azure Functions, and Cloud Functions in GCP.
    • Create lightweight, scalable, and event-driven applications.
  • Delve into Cloud Networking: Understand the various networking components that enable cloud communication:

    • VPCs, Load Balancers, Cloud DNS, VPNs, and Peering for creating secure, isolated, and scalable networks in the cloud.
  • CI/CD (Continuous Integration and Continuous Delivery): Build robust pipelines that deploy your applications seamlessly across cloud environments with:

    • Jenkins, GitLab CI, and ArgoCD for fully automated deployments.
  • Cloud Security: Gain insights into securing cloud applications and infrastructure:

    • Learn about IAM (Identity and Access Management), Cloud Security Posture Management (CSPM), Secrets Management, and more!
  • Monitoring and Logging: Use tools like CloudWatch (AWS), Stackdriver (GCP), Azure Monitor, and Prometheus to track, log, and monitor the performance of your cloud applications.

By following the beginner-friendly tutorials and projects here, you will get hands-on exposure to a wide range of cloud technologies and services that are essential for modern application development and cloud infrastructure management.

Stay tuned as we continue to expand and cover many more cloud services, best practices, and real-world use cases that will help you become proficient in the cloud! 🌟

By following along with the repositories here, you will get hands-on experience in setting up and managing cloud environments, automating deployments, and working with different cloud-native technologies.

Repositories 📚

  • Each repository here is designed to be beginner-friendly and provides step-by-step instructions.
  • You’ll find tutorials, example projects, and scripts for working with cloud platforms and services.
  • Some of the key topics include:
    • Cloud Providers (AWS, GCP, Azure)
    • Kubernetes (AKS, GKE)
    • Terraform & Ansible
    • CI/CD Pipelines with ArgoCD
    • Serverless Architectures (AWS Lambda, GCP Functions)
    • Cloud Databases (AWS RDS, GCP Cloud SQL)

How to Contribute 🤝

We encourage contributions to make these repositories even more valuable for the community! If you have a cloud project, tutorial, or improvement idea, feel free to:

  1. Fork the repository you want to contribute to.
  2. Create a new branch (git checkout -b feature-name).
  3. Make your changes and commit them (git commit -am 'Add new feature').
  4. Push to your branch (git push origin feature-name).
  5. Create a new pull request.

Getting Started 🚀

Step 1: Fork the Repositories

  • Fork any of the repositories you want to contribute to or learn from.

Step 2: Clone the Repository to Your Local Machine

git clone https://github.com/moshclouds/[repo-name].git

Step 3: Follow the Instructions

  • Most repositories come with clear setup instructions for setting up your cloud environment.
  • Use Terraform for provisioning, Ansible for configuration management, and Kubernetes for orchestration.

Step 4: Explore and Experiment

  • Try out the hands-on examples.
  • Modify configurations, test deployments, and more to enhance your learning experience.

Cloud Platforms 🌥️

Soe of the Google Cloud Platform (GCP) ☁️

  • Compute Engine (VMs)
  • Cloud Storage (Buckets)
  • Kubernetes Engine (GKE)
  • Cloud Functions (Serverless)
  • BigQuery (Data Warehouse) .....

Example Services From Amazon Web Services (AWS) ☁️

  • EC2 (VMs)
  • S3 (Object Storage)
  • Lambda (Serverless Functions)
  • RDS (Managed Databases)
  • VPC (Virtual Network)...

Some Servces From Microsoft Azure ☁️

  • Virtual Machines (VMs)
  • Blob Storage (Object Storage)
  • AKS (Azure Kubernetes Service)
  • App Services (Managed Hosting)
  • Azure Functions (Serverless)......

Some Cloud DevOps Tools 🔧

  • Terraform 🛠️: Automate infrastructure provisioning.
  • Ansible 🤖: Manage configurations and deployments.......

Learn and Grow 🌱

We hope these resources help you learn about cloud technologies, expand your knowledge, and get hands-on experience working with cloud platforms, Kubernetes, and DevOps tools.

Stay tuned for more repositories as we continue building beginner-friendly projects and tutorials! 🌟


Happy Learning! 🎓

Brought to you by moshdev2213

Popular repositories Loading

  1. Committer Committer Public

    Dockerfile

  2. NimbusECR NimbusECR Public

    Welcome to NimbusECR! This project demonstrates a full CI/CD pipeline using GitHub Actions to build and push a Dockerized Spring Boot application to Amazon Elastic Container Registry (ECR). 🌩️

    Java

  3. TerraRun TerraRun Public

    🌍 TerraRun is a project that automates the deployment of containerized applications to Google Cloud Run using GitHub Actions and Terraform. 🚀 This guide will help you set up, configure, and deploy …

    TypeScript

  4. ArchFleet ArchFleet Public

    🚀 Multi-Arch Docker Builds: A GitHub project showcasing Docker 🐳 builds for AMD64 and ARM64, deploying to Google Cloud Run ☁️. ARM64 fails intentionally to highlight 🛠️ multi-arch handling with Goo…

    JavaScript

  5. Monitoring-K8s-with-Prometheus-and-Grafana Monitoring-K8s-with-Prometheus-and-Grafana Public

    Learn how to set up Prometheus and Grafana on Minikube for monitoring Kubernetes clusters. This beginner-friendly guide covers installation, service exposure, and dashboard visualization for real-t…

  6. Managing-Kubernetes-Deployments-with-ArgoCD Managing-Kubernetes-Deployments-with-ArgoCD Public

    ArgoCD 🚀 is a GitOps 🔄 tool for Kubernetes ☸️, automating deployments ⚡ with real-time monitoring 📊, rollback 🔄, and multi-cluster management 🌍. This guide covers installing, configuring, and deplo…

    Mustache

Repositories

Showing 10 of 10 repositories
  • Managing-GCP-Compute-Engine-With-Terraform Public

    This Terraform GCP Compute Engine guide 🚀 provides a structured approach to deploying and managing infrastructure on Google Cloud using Terraform. It includes setup instructions, modular configuration, execution steps, and cleanup processes 🛠️. Follow this guide for seamless automation, error-free deployment, and efficient resource management

    moshclouds/Managing-GCP-Compute-Engine-With-Terraform’s past year of commit activity
    HCL 0 0 0 0 Updated Feb 21, 2025
  • Azure-App-Services-Hands-On Public

    Deploy Containerized Application to Azure App Service using GitHub Actions, Azure Container Registry. Automate Docker image build, push, and deployment with seamless CI/CD pipeline. 🚀🌍.❌❌ Due To credit limitation the below URL resources may not be available ❌❌

    moshclouds/Azure-App-Services-Hands-On’s past year of commit activity
    TypeScript 0 0 0 0 Updated Feb 20, 2025
  • Simple-ToDo-App-With-Azure-Functions Public

    🚀 A simple To-Do app built with Azure Functions and MongoDB 📝. Perform CRUD operations to manage your tasks with seamless cloud deployment 🌐💻.❌❌ Due To credit limitation the below URL resources may not be available ❌❌

    moshclouds/Simple-ToDo-App-With-Azure-Functions’s past year of commit activity
    JavaScript 0 0 0 0 Updated Feb 19, 2025
  • .github Public
    moshclouds/.github’s past year of commit activity
    0 0 0 0 Updated Feb 5, 2025
  • Managing-Kubernetes-Deployments-with-ArgoCD Public

    ArgoCD 🚀 is a GitOps 🔄 tool for Kubernetes ☸️, automating deployments ⚡ with real-time monitoring 📊, rollback 🔄, and multi-cluster management 🌍. This guide covers installing, configuring, and deploying applications using ArgoCD on Minikube 💻.

    moshclouds/Managing-Kubernetes-Deployments-with-ArgoCD’s past year of commit activity
    Mustache 0 0 0 0 Updated Feb 5, 2025
  • Monitoring-K8s-with-Prometheus-and-Grafana Public

    Learn how to set up Prometheus and Grafana on Minikube for monitoring Kubernetes clusters. This beginner-friendly guide covers installation, service exposure, and dashboard visualization for real-time cluster insights. 🚀📊

    moshclouds/Monitoring-K8s-with-Prometheus-and-Grafana’s past year of commit activity
    0 0 0 0 Updated Feb 4, 2025
  • ArchFleet Public

    🚀 Multi-Arch Docker Builds: A GitHub project showcasing Docker 🐳 builds for AMD64 and ARM64, deploying to Google Cloud Run ☁️. ARM64 fails intentionally to highlight 🛠️ multi-arch handling with Google Artifact Registry 🗂️ and CI/CD via GitHub Actions 🤖.❌❌ Due To credit limitation the below URL resources may not be available ❌❌

    moshclouds/ArchFleet’s past year of commit activity
    JavaScript 0 0 0 0 Updated Dec 11, 2024
  • TerraRun Public

    🌍 TerraRun is a project that automates the deployment of containerized applications to Google Cloud Run using GitHub Actions and Terraform. 🚀 This guide will help you set up, configure, and deploy your application with ease. ⚙️📦

    moshclouds/TerraRun’s past year of commit activity
    TypeScript 0 0 0 0 Updated Nov 21, 2024
  • NimbusECR Public

    Welcome to NimbusECR! This project demonstrates a full CI/CD pipeline using GitHub Actions to build and push a Dockerized Spring Boot application to Amazon Elastic Container Registry (ECR). 🌩️

    moshclouds/NimbusECR’s past year of commit activity
    Java 0 0 0 0 Updated Nov 19, 2024
  • Committer Public
    moshclouds/Committer’s past year of commit activity
    Dockerfile 0 0 0 0 Updated Oct 27, 2024

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…