DEV Community

Cover image for Cloud Journey

Cloud Journey

Apnaa dhyaan ekatrit kar lijiye, ab ye vimaan(blog) apko aasmano ki unchaiyon me le jane vala hai.......

(translation)

Please fasten your seatbelt, now this airplane (blog) is going to take you to the heights of the sky...

First flight?โœˆ๏ธI mean new to cloud computing?๐Ÿ˜ถโ€๐ŸŒซ๏ธ

No worries!๐Ÿ˜‰I got you:)

After reading this blog you will definitely gain some cloud computing fundamentals.

What is Cloud Computing?

Cloud Computing is the delivery of on-demand computing services, including servers, storage, databases, networking, software and analytics, over the Internet, on a pay-as-you-go basis.

Essentially, cloud computing allows users to access these computing resources remotely, without having to build or maintain their own infrastructure.

This is what AI says about cc. (alias: cloud computing ~ cc)

Let's understand cc more simply,

CC is like renting a house๐Ÿก instead of buying one.

Just like how you don't need to worry about the maintenance of the house when you rent it, in cc you don't need to worry about the maintenance of the physical server or the infrastructure.

Instead, you can rent a virtual๐Ÿ•๏ธ space on the internet where you can store your data and run your applications. This virtual space is called the Cloud.โ˜๏ธ

In the DevOps world, cc is important because it allows the team๐Ÿค– to quickly and easily deploy and manage applications without worrying about the underlying infrastructure.

With cc, developers can easily provision the required resources and test their applications, and operation teams can easily monitor๐Ÿ•ต๏ธ and manage the applications in production.

Why cloud-computing is important in DevOps?

  • CC is a key enabler of the continuous delivery and deployment of applications.

  • Cloud platforms offer a variety of services, including Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as a Service (SaaS), which can be leveraged to build, test, and deploy applications.

  • The cloud provides a flexible and scalable infrastructure that can be rapidly provisioned and de-provisioned to meet the demands of modern application development and deployment.

What are some common use cases?

  1. Application hosting: Cloud platforms offer a range of services that can be used to host web applications, mobile applications, and APIs. These services can be scaled up or down based on demand, allowing companies to handle traffic spikes without overprovisioning their infrastructure.

  2. Continuous integration and delivery: Cloud platforms provide tools and services that enable teams to build, test, and deploy applications in a continuous and automated fashion.

  3. DevOps toolchain: Cloud platforms offer a range of tools and services that can be used to manage the entire DevOps toolchain, from version control to monitoring and alerting.

  4. Disaster Recovery & Backup: Cloud platforms can be used to store backups and replicate data to provide redundancy in case of a disaster.

How can you choose a cloud platform?

To start deploying applications on the cloud, you first need to choose a cloud provider.

Some popular options are:

Amazon Web Services (AWS),

Microsoft Azure, and

Google Cloud Platform (GCP)

GCP

Each provider offers their own set of services, so it's important to do some research to find the one that best fits your needs.

Some following factors you can keep in your mind while choosing the one:-

  1. ๐Ÿ’ธCost: Different cloud platforms have different pricing models, and it is important to choose a platform that fits your budget.

  2. ๐Ÿ“กServices: Different cloud platforms offer different services, and it is important to choose a platform that offers the services you need.

  3. โš™๏ธIntegration: It is important to choose a cloud platform that integrates well with your existing tools and infrastructure.

  4. ๐Ÿ“ˆScalability: It is important to choose a cloud platform that can scale up or down based on demand.

You can start it for free as well for practicing purposes.

All AWS, Microsoft Azure, GCP, Heroku, Digital Ocean etc offers a free trial that allows you to access some of their popular services for a limited time period.

Once you've chosen a cloud platform, you can deploy your applications to it by creating virtual machines or using containerization technologies like Docker.

With cloud computing, you can easily scale your applications up or down as needed, and you only pay for the resources you use.

How to use a cloud platform?

  • Creating a virtual machine or container: This involves creating a virtual machine or container that will host your application.

  • Configuring the virtual machine or container: This involves configuring the virtual machine or container to run your application, including installing dependencies and configuring environment variables.

  • Deploying the application: This involves copying the application files to the virtual machine or container and starting the application.

Projects & Resources

The best way to learn something is by reading their official documentation page.

  • Cloud service provider documentation: Cloud service providers like AWS, Microsoft Azure, and Google Cloud Platform offer extensive documentation on their platforms, including tutorials and guides.
    Free Trial and Free Tier | Google Cloud

  • Start building on Google Cloud with $300 in free credits and free usage of 20+ products like Compute Engine and Cloud Storage, up to monthly limits.

Google Cloud Free trail

  • These can be great resources for learning how to use their services and getting certified in cloud computing.

AWS Tutorial by Edureka

  • Start applying what you have learned by doing it practically. Try these projects for a kickstart

Simple DevOps Project

  • This is just a demo project so that you can get a glimpse of how things actually work. You can deploy your own web application into the cloud.

What next?

Now,

๐Ÿ’ก You know the fundamentals of cloud computing,

๐Ÿ You know where and how to start,

๐Ÿงฐ You have the resources,

๐Ÿ—ฏ๏ธ You have the projects,

๐Ÿƒ Go! Start your cloud journey now.๐Ÿš€

Read the documentation, do hands-on practice, create your free account, and deploy applications.

Just go and play around the clouds.

Thank You! for giving your valuable time.๐Ÿ–ค

Top comments (0)