Time table

 Devops classes:

Track1:(Non containerization)

------------------------------------------------------------------------
Git
------------------------------------------------------------------------
Day1:
  • Installing git in linux and windows
  • Introduction to git(wordir,staging,local and repo repo && file status- untracked,modified,staged)
  • git basic commands(pull,push,commit,add,clone etc)
  • branching
  • git pointers(HEAD,origin/HEAD,master,origin/master etc)
  • merge(fastforward and recursive)
  • rebase
Day 2:
  • merge and rebase conflicts
  • git ignore file
  • git stash
  • git fetch and pull hands on(and behind the scenes)
  • git workflows
  • undoing changes
  • git detached head mode
  • Integration with jenkins(pending)
  • git internals
-------------------------------------------------------------------------

AWS
--------------------------------------------------------------------------
  • Types of cloud computing services(IAAS,PAAS,SAAS)
  • Aws Global infrastructure(regions,availability zones,data centers,local zones(comming soon) etc)
  • VPC (creating vpc,subnets,adding routes,NAT gateway etc)
--------------------------------------------------------------------------------
Terraform
-------------------------------------------------------------------------------


Track2:(Containerization)

Docker
  • docker archietecture,installation
  • docker basic commands(run,exec,pull,push,commit etc)
  • docker file 


  • networking in docker
  • compose(For devlopment purpose)
  • swarm(Introduction only)
Kubernetes
  • Architecture 
  • Cluster creation(Kind)
  • Pod
  • Replicaset
  • Deployment
Python


Track 3:(After completing of Track 1 and Track2)


Jenkins

Mini automation projects:


Track 4:(After Track 3)


Building CICD piplines

Project1:











Comments

Popular posts from this blog

Helm Charts