DEVOPS & CLOUD

CI/CD, containers, orchestration and cloud fundamentals.

PROOF-OF-WORK TASKS
6 TASKS
B
Beginner
LEVEL 01
  • 01Containerize a web application using Docker and publish the Dockerfile and container images to Docker Hub with documentation
  • 02Create a CI/CD pipeline using GitHub Actions to automate linting and testing, then share the configuration file on LinkedIn
I
Intermediate
LEVEL 02
  • 01Deploy a multi-container application on a local Kubernetes cluster using Helm charts, then write a guide on service configuration
  • 02Provision cloud resources using Terraform and manage the remote state securely, then share the infrastructure design and code
A
Advanced
LEVEL 03
  • 01Create a custom Kubernetes operator from scratch in Go to manage application life cycles, then publish the controller code
  • 02Design a zero-downtime progressive delivery pipeline utilizing ArgoCD and service mesh, then share the gitops repository