Nurudeen Popoola– Day 2 – Docker Assignment

Docker is a software development platform for virtualization with multiple operating systems running on the same host. Docker container runs on top of the host’s operating system to improve efficiency and security when compared with the hypervisor. Docker is a client-server-based application. Components of Docker a)         Docker daemon – which is the server b)         Docker Client c)         Docker Images – Source code for containers d)         Docker Registries – This is where docker stores images we build. There are private and

Read more

Nurudeen Popoola – Day 1 – What is DevOps and compare with SRE and DevSecOps?

1. DevOps stands for Combination of development and operation teams. 2. DevOps is meant to reduce the friction between development and operation teams in order to reduce time to market for application and to improve overall customer success. 3. DevOps tools include: Linux Git and GitHub Maven Jenkins Docker Kubernetes Terraform 4. DevOps’s main objective is to reduce friction between development and operation team members for faster application release. SRE is a software approach to solving engineering problems by ensuring

Read more