Mahesh Kasbe Profile picture
Jan 9, 2022 9 tweets 3 min read Read on X
Devops Roadmap from a begginers perspective = () =>

#DevOps #Linux #Docker #Kubernetes

Here's a thread :
1. Learn & Understand OS Concepts :
Get familiar with Linux understand the different process of memory & process management learn about virtualization Image
2 . Networking Concepts :
Learn about network layers different protocols like http ftp ssh how to listen on different ports & concepts like network security
3 . Learning how to set up Web servers :
Learning how to setup a web server like Apache , tomcat , nginx & IIS gonna help you a lot in your devops journey
4 . App containerization with docker
The most critical component of devops is knowing how to containerize an application using tools like docker
& kubernetes Image
5 . Container orchestration with kubernetes
Kubernetes is used for automating deployment, scaling, and managing containerized applications. Image
6 . Continuous Integration & Continuous Development
Creating and managing pipe lines with tools like github actions , Gitlab , jenekins Image
7. Monitoring & Automated Testing
The deployed application has a lot of different running services which needs to be monitored continuously using tools like Prometheus & In order to automate testing u need to learn any language like python , go or bash Image
8 . Version Control & Cloud Providers
To keep track of version you need to learn any version control tool like github & to work with cloud native you need to learn different cloud providers like AWS , Azure or google cloud Image

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Mahesh Kasbe

Mahesh Kasbe Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @maheshstwt

Dec 27, 2022
Introduction to MicroServices !

A thread ☄️ Image
What are Microservices ?

Microservices are applications which are loosely coupled services each represents separate business goal, the advantage of using microservices is they can be easily developed and maintained individually. It also gives developer freedom to choose stack.
What are Monoliths ?

A monolithic architecture means creating a single unit as the base for all the functional components. This includes database operations, business logic, background processing, etc. They are all deployed at once and run on the same servers.
Read 13 tweets
Oct 7, 2022
Top Systems Design Free Resources !

A thread ✨
Learn How to design large scaled Distributed Systems

github.com/donnemartin/sy…
A curated List of awesome system Design Resources

github.com/madd86/awesome…
Read 7 tweets
Mar 17, 2022
Machine Learning Projects for Beginner's

#MachineLearning #DeepLearning
1 . House Price Prediction
Algorithm : Linear Regression
2 . Breast Cancer Prediction

Algorithm : Logistic Regression
Read 7 tweets
Jan 23, 2022
Kubernetes Architecture

A thread 👇

#Devops #Kubernetes #100Devs Image
Kubernetes Architecture consists of master node which manages other worker nodes. Worker nodes are nothing but virtual machines running within a data center. They expose the underlying network and storage resources to the application Image
Master Node (Control Plane )

Kubernetes master is responsible for scheduling, provisioning, controlling and exposing API to the clients. It coordinates activities inside the cluster and communicates with worker nodes to keep Kubernetes and applications running. Image
Read 11 tweets
Jan 22, 2022
Best Github Repositories for Devops

A thread 👇
Devops Exercise

⭐ 20.5k / 4.2k Forks

github.com/bregman-arie/d…
K8s Resources

⭐ 1k / 146 Forks

github.com/tomhuang12/awe…
Read 5 tweets
Jan 20, 2022
5 best resources to learn kubernetes for free
#Kubernetes #devops #100Devs

A thread 👇
2. Basics of Kubernetes

kubernetes.io/docs/tutorials…
Read 7 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us!

:(