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

Day 5 assignment(2)

1.Openshift Introduction The introduction of container technologies improved the ease of developing applications. Red Hat OpenShift is one of the notable PaaS services that provides an auto-scaling cloud application platform. The platform of OpenShift is an essential improvement over the conventional application development platforms. The demand for cloud applications is the most important reason for the increasing popularity of OpenShift. Therefore, the following article would aim at discussing the various details related to OpenShift. Subsequently, the discussion would proceed towards the Red

Read more

Day 5 assignment(1)

1.what is chef? Chef is an automation tool. It is a Configuration Management (CM) tool that lets you automate processes and tasks across numerous servers and other devices of an organization in simple steps. Such a framework is highly beneficial to a company. This automation tool eliminates the need to create complex and lengthy scripts of code, that can potentially wreak havoc in the long run. With a few clicks, you can deploy and manage software applications across all devices of

Read more

Day 4 assignment

what is terraform? Terraform is a provisioning declarative tool that based on infrastructure as a code paradigm. It helps to evolve the infrastructure safely and predictably. Terraform is a multiple purpose composition tool. It composes the multi tiers and a plugin based architecture model. It is a open source and backed by hashicorp company and hashi tao. 2. one example terraform program resource “aws_instance” “demo” { ami = “ami-00831fc7c1e3ddc60” instance_type = “t2.micro” tags = { name = “Demo System” }

Read more

Day 3 assignment

1.what is kubernetes? Kubernetes is a container orch which manages the multiple docker hosts. The container tools develops in Go language. Kubernetes is a open source and it was developed by google but donated to the cloud native computing foundation. 2. 5 reasons of using kubernetes The problem of scalability can be solved by using kubernetes. Transparency: if a problem occur it will be easier where to look. Time savings By using kubernetes we can config the files and version

Read more

Day 2 assignment

1 . What is docker ? Docker is an application which basically does the configuration of namespaces and the Cgroups of the linux underthhood . Docker is used to create images of the application which can be analogous to classes in OOPs and containers which is created are like objects of the class. Multiple containers can be created from the docker image 2. What is container ? Container are the runtime instances of the docker image . docker ps :

Read more

Day 1 assignment

What is devops? Devops is a set of practices, tools and cultural philosophy that combines the development teams and operational teams. 10 advantages of devops Fast delivery Defects correction Team collaboration Continuous delivery Reducing the risk of change Quality of the product Continuous improvement Minimal cost production Improve the software performance Reliability Top 10 tools used in devops Jenkins Docker Kubernetes Maven Git Puppet Chef Ansible Nagios Saltstack How to implement devops ? We can use Jenkins to implement CI/CD

Read more