SRE Day 2 – Assignment

What is Docker volume and how to work with it? They are file systems that can be mounted on Docker containers To store data in a volume rather than storing it in a container’s writable layer as it does not increase the size of the container Docker volume can be shared with more than one container 2.What is Kubernetes pod? A collection of one or more containers, and is the smallest unit of a Kubernetes application. A pod is the

Read more

SRE Day 1 – Assignment

1. Git is not a file versioning tool. Its file system versioning tool. How come? Git keep tracks of the files which are in directory of the system. Thus, any changes made to that file will be addressed by its directory. 2. List down top 20 Jenkins plugins bootstrapped-multi-test-results-report Test Results Analyzer GitHub Integration SCM API Mailer Disk-usage Monitoring Pipeline Build Pipeline Performance Publisher Jira Azure Container Service Amazon Elastic Container Service Kubernetes Code Coverage Blue Ocean Jenkins Infrastructure Jenkins

Read more