1. What is EPEL and Write a instructions to install and use it

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now EPEL(Extra Package for Enterprise Linux) is a special intrest group from the Ferdora group that provides some additional packages for Redhat family i.e.Ubuntu,CentoOS etc. For access EPEL user should install EPEL repository yum install epel-release -y For refresh the epel repo yum repolist Install packages from epel repo yum install pkg1

Read more

What is DevOps and compare with SRE and DevSecOps?

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now What is DevOps in simple terms? DevOps is a set of practical methods that shorten the time from submission to deployment of system changes to the production environment under the premise of ensuring high quality. DevOps is a combination of two functions that are typically treated separately: development and operations. That definition of DevOps

Read more

Assigenment-1

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now What is DevOps in simple terms?Ans: devops is a combination of all the teams such as development, testing, architecture where all work on common goal or to solve a problem and reduce the time of delivery and to maintain the software quality What exactly do DevOps do?Ans: reduces the time of delivery and improves

Read more

What is DevSecOps ?

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now DevSecOps basically stands for Development, Security and Operations and an approach to automate the project by adding the security into it.

Read more

5.What is DevSecOps?

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now DevSecOps stands for development,security and operations.Its an approach to automate the process and security for the the software throughout the entire lifecycle

Read more

How DevOps and SRE are different?

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now DevOps Team will reduce the communication gap between the dev and operation team for faster release of application or product or project to the client. Whereas SRE Team will comprehensively get involved into solving the system engineering process by ensuring reliability and stability and will deal with the activities like production failures, infrastructure issues,

Read more

4.How DevOps and SRE are different?

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now The main difference between these two is DevOps team will reduce communication between development and operation team for faster application release whereas SRE team will get involved after deploying the application in production environment for system reliability,maintainence and for support related activities

Read more

What is DevOps?

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now DevOps is not just a tool or service, its a methodology/culture which allows the development and operations team to work together as a team.

Read more

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now 1.What is Devops? Devops is not just tool or a service,its a culture that is overtaking the business world.

Read more

Git Assingment -Pankaj Devrani

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now Q1. What are differences between the git distributed model and svn server-client model? Git is open source distributed vice control system whereas Apache Subversion is an open source software version and revision control system under Apache license Git has a Distributed Model. But SVN has a Centralized Model. In git every user has their own

Read more

Docker Assignment – Pankaj Devrani

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now Components of Docker and its Brief Summary Docker has below components.  dockerd – is a docker daemon which listens for docker API requests using three different types of sockets(unix, tcp and fd)  Containerd – is responsible for managing container lifecycle. It takes care of image push/pull, managing storage, invoking execution of containers, managing network

Read more

7.List of 20 docker commands and its use cases with example?

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now Docker –version         gives the version of docker that’s being used Docker pull                 to pull an image from the registry Docker run <image>  to create a container Docker ps                    list of running containers Docker ps –a               shows all the running and exited containers Docker stop                stop a running container

Read more

6. What is the difference between CMD vs Entrypoint

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now CMD is an instruction given in the dockerfile which is executed in the container when the image is run. When two CMD instructions are given in the dockerfile, the latest one is executed. Entrypoint is similar to CMD except that when more instructions are given all are appended.    Dockerfile should specify at least

Read more

5.List of dockerfile instructions and its Brief Summary?

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now Dockerfile is a simple text file which is a collection of commands and instructions that are used to build a docker image. The Docker build command is used to build docker images using the instructions mentioned in the dockerfile.

Read more
1 27 28 29 30 31 192