Vijay Kubernetes Learnings

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 POD – in 10 lines with 1 YAML example Ans: Pod is a group of one or more Containers, A atom inside the container which manages the IP & Port configurations. below are the list of commands for Pod kubectl get pods kubectl create -f pod1.yaml -n=vijay kubectl apply -f pod1.yaml -n=vijay kubectl

Read more

Kubernet Learning- Sujit

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 POD – in 10 lines with 1 YAML example A Kubernetes pod is a collection of one or more Linux containers, and is the smallest unit of a Kubernetes application. pod can be composed of multiple, tightly coupled containers or just a single container. Within the kubernets system, containers in the same pod will

Read more

Docker Assignment

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 docker?Docker is container management platform or tool.What is Docker container?Docker image is a set of files. Docker container is a runnable instance of docker image. Top 10 commnds using docker container? docker info docker version docker pull httpd(pull in image) docker images docker create –name=usha1 httpd docker ps -a docker start usha1

Read more

Docker Learning – Mukesh

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 Docker – in 2 lines? 2. What is Container – in 3 lines?=>Container are instance of docker images. each image have different type of layers like Windows2000, git, SFDC … etcthese images we can run using containers each image and each container have separate unique id. Top 10 commands with 1 example

Read more

Dhiren Kumar’s Docker Assignment

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 QA 1: What is Docker? Docker is built on the PASS model, which gives privileges to developers to deploy multiple applications in different containers, and allocates the defined disk space, and network. Docker made the build process easy, for which we can set up an application in less time. QA 2: What is Container?

Read more

Docker Assignment 1 – Vishnupriya

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 Docker ? Docker is container/Management Platform tool. It helps to save cost & time and improve quality as well. It will helps to run lots of application in less CPU & RAM compare to any other physical server. 2. What is Container? In older days to run application virtual machine has been

Read more

Rajat – Assignments

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 Q. What is Docker? Ans. Docker is a software platform that allows for building, running and managing the application based on container. Docker Can have multiple images. Q. What is Container? Ans. A docker container is a lightweight, standalone, executable package of software to run the application. It’s an instance of an image as

Read more

Docker 1st Assignment- Sagar

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 Top 10 commands with 1 example of using docker container: docker attach: Attach local standard input, output, and error streams to a running container docker create: Create a new container docker exec: Run a command in a running container docker inspect: Return low-level information on Docker objects docker kill: Kill one or more running

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 Docker Learning 2022#278644 Write a 1 post with following answers. What is Docker – in 2 lines Docker is platform using which application can be build, shared and executed. It is a solution for the issue where most of the time an application used to work on one machine and failed to execute on

Read more

Docker Learning – Sujit

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 Write a 1 post with following answers.– What is Docker – in 2 lines Docker is a tool which is used to create, deploy, and run applications by using containers. – What is Container – in 3 lines Container can be used to deploy a particular application or environment. containers package all the code, libraries,

Read more

Imran Khan Docker Training

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 Docker?. Docker is container management service. Docker is a easy for developer to develop application, ship them into conatiner which can deployed anywhere. 2. What is Container?. Container are instance of docker images. Container can run using docker run command. The below command is used to run the conatiner. The basic purpose

Read more

docker test- chandrasekhar

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 Docker? docker containes collections of containers and we can use any type of platform language application. its lightweight and quick output. 2. What is Container? container containes images . each image have different type of layers like ubuntu, git, java … these images we can run using containers each image and each

Read more

Vijay Docker Learnings

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 Docker – in 2 lines Ans: Docker is a Container management tool, where we can run the applications with less infrastructure. 2) What is Container – in 3 lines Ans: Container is a Virtual Machine with no Kernal. which contains Net,PID,RootFileSystem,UserFileSystem 3) Top 10 commands with 1 example of using docker container

Read more

Silly- Docker assignments

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 Docker – in 2 lines Ans: A platform for building, running and shipping applications. 2. What is Container – in 3 lines Ans: A Docker container image is a lightweight, standalone, executable package of software that includes everything needed to run an application: code, runtime, system tools , system libraries and settings.

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 Docker – in 2 lines? Docker is a platform where we can package the application in to a containers. 2.What is Container – in 3 lines Containers are executable components with the combination of application source code and the operating system libraries and dependencies required to run that code in any

Read more

Docker Learning Priyanta

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 Docker? Docker is used to create containers for running the application in cloud. It helps to package the application into containers including source code and dependencies. What is Container? Container is used to package the application only with its code and dependencies so that it can run in any infrastructure. It reduces

Read more

Tenzin Learning

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 Docker Docker is a deployment tool that uses container for package application. – What is Container Container is a lightweight machine which doesn’t require a separate operating system.– Top 10 commands with 1 example of using docker container docker version docker create –name=xyz httpd docker start containername docker ps -a docker

Read more

Assignment -3

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 Forify SCA: Fortify Static Code Analyzer(SCA) uses multiple algorithms and an expansive knowledge base of secure coding rules to analyze an application’s source code for exploitable vulnerabilities. Advantages: 1.Protect Software. 2.Detect Risk. 3.Evolve AppSec. 3.Easy tool for developers 4.Flexible 5.Security

Read more

Open Shift

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 OpenShift is a family of containerization software products developed by Red Hat. It’s flagship product is the OpenSHift container platform-a hybrid cloud platform as a service built around Linux containers orchestrated and managed by Kubernetes on a foundation of Red Hat Enterprise Linux. Red Hat OpenShift is a cloud-based Kubernetes platform that helps developers

Read more

Assignment 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 Chef: Chef is an automation tool that provides a way to define infrastructure as a code. It managing infrastructure by writing code rather than using manual processes. Advantages of Chef: 1.Managing servers with ease. 2.Automation of cloud server. 3.Deployment of servers with faster pace. 4.Best consistency – all the machines have same cloud running.

Read more
1 29 30 31 32 33 333