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 environment. 3.Top 10 commands with 1 example of using docker container docker pulldocker rundocker psdocker ps -adocker execdocker stopdocker killdocker commitdocker logindocker pushdocker imagesdocker rmdocker rmidocker

Read more

Docker Learning Priyanta

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 the bugs that we can get while transferring the code from developers machine. It can run any platform. Commands for container attach — attaches input ,

Read more

Tenzin Learning

– 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 push containername docker pull containername docker login docker logout docker run -itd –name containername docker exec -it containername docker images – 5 commands with 1 example

Read more

Assignment -3

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

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 build applications.

Read more

Assignment 1

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. 5.Scalability 6.Speed and accuracy. 7.Integrating cloud technology. 8.Effective risk management. 9.Speed s/w delivery. 10.Best rectification factor. Installation of chef workstation: vi first.rb file ‘/opt/first.txt’ file ‘/opt/first.txt’

Read more

1. what is chef

Chef is a configuration management technology used to automate the infrastructure provisioning. It is developed on the basis of Ruby DSL language. 2. 10 advantages of chef. accelerating software delivery Increasing Service Resiliency Improving Risk Management Accelerating Cloud Adoption Managing Both Data Center and Cloud Environments Delivering All Your Infrastructure efficiency flexibilty accessibility performance 3.how to install chef workstation? Requirements. Infrastructure Overview. Quick Start guide. Install Workstation. Automate Server. Cookbook Setup. Set up Policy. Set up Nodes. Configure. Enrollment. Application Management.

Read more

Day 5 assignment(3)

Forify SCA? Fortify SCA is a set of software security analyzers that search for violations of security-specific coding rules and guidelines in a variety of languages. At the highest level, using Fortify translates the source code in to an intermediate translated format, scans the translated code and produces vulnerability reports. 2. 5 advantages of Fortify SCA?Fast and Accurate Scanning• Static application security testing (SAST)captures the majority of code related issues early in development.• Identify and eliminate vulnerabilities insource, binary, or

Read more

TDP DevOps – Day 5 Assignment 3

5 Advantage of Fortify SCA? Fortify is a sophisticated automation and orchestration solution that may help you manage your configurations. Configuration management can be aided by job automation. Fortify checks the code and eliminates the possibility of bugs. It aids in the resolution of security challenges. Effective deployment of an application

Read more

TDP DevOps – Day 5 Assignment 2

What is OpenShift? OpenShift is a Red Hat-hosted cloud development Platform as a Service (PaaS). It’s an open source cloud-based user-friendly platform for developing, testing, and running apps before deploying them to the cloud. OpenShift can manage apps developed in a variety of languages, including Node.js, Ruby, Python, Perl, and Java. One of OpenShift’s most important characteristics is its extensibility, which allows users to support applications written in various languages.

Read more

TDP DevOps – Day 5 Assignment 1

1)What is Chef? Chef is an automation tool that let’s to automate processes. It’s a Configuration Management (CM) application that allows you to automate procedures and operations across a company’s servers and other devices in a few simple steps. This automation solution avoids the need for sophisticated and lengthy code scripts that could cause problems in the long term. You can deploy and manage software programs across all devices in your organization with only a few clicks. 2) 10 Advantages

Read more

5 Advantage of Forify SCA? by aishwarya

Fortify Static Code Analyzer (SCA) is a set of software security analyzers that search for violations of security-specific coding rules and guidelines in a variety of languages. The rich data provided by SCA language technology enables the analyzers to pinpoint and prioritize violations so that fixes can be fast and accurate. The analysis information produced by SCA helps you deliver more secure software, as well as making security code reviews more efficient, consistent, and complete. This is especially advantageous when

Read more

Assignment # 1 – Chef Intro

What is Chef? Chef is an automation tool . chef uses pure ruby, domain specific language for writing system configuration . It transform infrastructure in to code to a automate server deployment. Advantage of Chef? faster deployment Risk management Manage cloud as well as data center High scability Easy integration How to install Chef Workstation? wget https://packages.chef.io/files/stable/chef-workstation/22.5.923/el/7/chef-workstation-22.5.923-1.el7.x86_64.rpm One Example Program of Recipe? file ‘/opt/content.txt’ do content “This is my first program of chef” mode 755 owner “janu” end

Read more

What is Openshift? by aishwarya

OpenShift is a cloud development Platform . It’s an open source cloud-based user-friendly platform used to create, test, and run applications, and finally deploy them on cloud. OpenShift is capable of managing applications written in different languages, such as Node.js, Ruby, Python, Perl, and Java. One of the key features of OpenShift is it is extensible, which helps the users support the application written in other languages. OpenShift comes with various concepts of virtualization as its abstraction layer. The underlying

Read more
1 28 29 30 31 32 332