Welcome to the Linux Foundation Forum!

do you guys knows what would be best beginner to advance project for devops ubuntu based ?

DevOps Project

Answers

  • imshakil
    imshakil Posts: 1

    What I suggest is to take a simple project if you can build or you can use AI. For example, a simple api project. Then setup it on github/gitlab. Setting CI/CD with Jenkins/github actions/gitlab CI. Then try to dockerize it. If you are successful, learn AWS/GCP/AZURE and deploy on cloud manually(configureing VPC, networking, security, instances). automate docker installation using bash scripts. After then start learning IaC (terraform/pulumi/opentofu) and automate creating infra to deploy in cloud. At the end you can go with kubernetes for clustering, scaling.

  • bikashsaud
    bikashsaud Posts: 1

    @imshakil said:
    What I suggest is to take a simple project if you can build or you can use AI. For example, a simple api project. Then setup it on github/gitlab. Setting CI/CD with Jenkins/github actions/gitlab CI. Then try to dockerize it. If you are successful, learn AWS/GCP/AZURE and deploy on cloud manually(configureing VPC, networking, security, instances). automate docker installation using bash scripts. After then start learning IaC (terraform/pulumi/opentofu) and automate creating infra to deploy in cloud. At the end you can go with kubernetes for clustering, scaling.

    thanks

Categories

Upcoming Training