Day 5 – Assignment 3 – by Gorsa Lakshmi Niharika

Advantages of Fortify SCA Choosing to run SCA as a standalone process or integrating fortify SCA as part of the build tool It uses a multiple algorithms and an expansive knowledge base of security coding rules It secure by coding rules to analyze an application’s source code for exploitable vulnerabilities It technique analyzes every feasible path that execution The data can follow to identify and remediate vulnerabilities

Read more

Day5 – Assignment 1 – by Gorsa Lakshmi Niharika

What is Chef? Chef is a tool which accelerates the application delivery and DevOps collaboration. Chef helps us to solve the day to day problem by treating infrastructure as a code. Rather being tested manually changing everything, the machine setup will be described in detail in Chef recipe. It is an open source systems management and cloud infrastructure automation platform. Chef transforms infrastructure into code to automate server deployment and management. 10 Advantages of Chef: -> Accelerating Software deployment ->

Read more

Day 4 : Assignment – by Gorsa Lakshmi Niharika

What is Terraform? HashiCorp Terraform is an infrastructure as code tool that makes us to define both cloud and on-prem resources in human-readable configuration files, It helps us to version, reuse and share. Users defines provider data center infrastructure in declarative configuration language which is known as HashiCorp Configuration Language. It helps engineers to programmatically provision the physical resources an application which can be able to run. An Example on Github handling by Terraform resource “github_repository” “example” {   name       

Read more

Assignment Day:3 – by Gorsa Lakshmi Niharika

Detail on Kubernetes: Kubernetes is an open source container orchestration. It manages various multiple docker hosts. It is developed in Go programming language. Kubernetes initially developed by Google later owned by CNCF (Cloud Native Computing Foundation). It is large rapidly growing ecosystem, Its services, support and tools were used throughout ease. Reason to use Kubernetes: Reduce the time and increases the release products within the dedicated time. Optimizes the cost effectively High software scalability and availability Improved cloud migration paths

Read more

Overview of Docker and Container – by Gorsa Lakshmi Niharika

What is Docker? Docker is a open source containerization platform, where it enables all the developers to package applications into containers. In a low level definition of Docker, it is an tool for handling and managing all the containers. It is based on the idea where one can package code with all the dependencies. Containers will be around for good amount of time. Docker reduces the usage for more infrastructure resources into the development. Benefits of Docker: Great for Investment

Read more

Why DevOps? – by Gorsa Lakshmi Niharika

DevOps is a culture of certain practices that combines development team and operations team together at one team. It quickly targets the organization to get things done in automation. Every resource over DevOps architecture it deals with the shared resources and everything which are done are monitored in agile software principles. DevOps teams generally utilize the tools to automate and accelerate processes, this makes to have the product at the earliest as possible. The Continuous feedback over continuous integration and

Read more