Giter Site home page Giter Site logo

devopsroadmap2022's Introduction

Want to learn DevOps the right way in 2022 ? You have come to the right place

I have created the complete DevOps roadmap that anyone can follow and be job ready in 6 months. You can download the roadmap pdf, take print out and get started.

The complete video is on my YouTube channel, do not forget to share it with your friends.

UPDATE - AUGUST 2022: In order to accelerate your DevOps journey we have created a new community call Kubesimplify for simplifying cloud native and launched Kubesimplify workshops so that you can accelerate your learning journey.

  • If you are new to github then checkout our contributing guide here

Learning in public is very important so you can create PR's to this repo by:

  • cloning the repo.

  • create {YourName} folder.

  • In that folder you create folder for each day.

  • Add in detail what you have learnt so that others can be motivated as well

  • You can find the roadmap here. Make Sure you update it as you progress ahead in your devops journey.

  • Join Discord to ask you doubts and meet other learners.

Few good examples :

Anurag Kumar Atir Nayab

You can use the hashtag #learnwithsaiyam on Twitter

Thanks to all the contributors ❤️

devopsroadmap2022's People

Contributors

abinash134 avatar anubha-v-ardhan avatar atirnayab avatar barkatul avatar darshnadas avatar kaustubh101907 avatar kranurag7 avatar mhammadsaani avatar mkgupta01 avatar mukeshkv2060 avatar mussakhan74 avatar navedthedev avatar nawaz027 avatar nayabatir1 avatar neeraj182 avatar olaaa30 avatar rahul-choudhury avatar rakshitgondwal avatar sachinparihar avatar sadab-halim avatar saiyam1814 avatar shanmukh9 avatar shehzadaslamoza avatar shivansh-yadav13 avatar shiwwamm avatar siddhantprateek avatar souravsam0 avatar srimanivinay97 avatar unsuman avatar vaibhav-patel19 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

devopsroadmap2022's Issues

doubt related to docker

Before we move ahead though, let's quickly talk about deleting containers. We saw above that we can still see remnants of the container even after we've exited by running docker ps -a. Throughout this tutorial, you'll run docker run multiple times and leaving stray containers will eat up disk space. Hence, as a rule of thumb, I clean up containers once I'm done with them. To do that, you can run the docker rm command. Just copy the container IDs from above and paste them alongside the command.

@saiyam1814 I was reading this article. Can you please verify is above statement correct?

if it is correct then how is it possible I exited my container and docker ps shows no container running at the moment.

A new and better resource for linux

The linux course by Apoorv Goyal on youtube I have studied from it and it has everything needs to get started and it is better than Kunal's which Saiyam recommended in his roadmap video

unable to access container through network namespace

apiVersion: v1
kind: Pod
metadata:
  name: nginx-pod
  labels:
    name: nginx-pod
spec:
  containers:
    - name: nginx
      image: nginx
      ports:
        - containerPort: 80

I used this yml config to create a pod.
I tried to access pod through network namespace, but unable to do so resulted in connection timeout.
but when curl inside the container index.html loads correctly.

image
image

@saiyam1814 need your help

Introducing some workflows via github-action

@saiyam1814 Should we include some github workflows in our repository.
We can include some workflows that will trigger based on events like new issue, pull request and fork. This is mainly to encourage new contributors.
Learners can see and understand github actions if they want. I think this will be a great introduction to CI/CD for them. They can also inspect what's going on in the actions tab.
I am also thinking of creating a workflow that will lint the go source code that's available in the repository.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.