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

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

What is Chef? by aishwarya

Chef is an open source cloud configuration management and deployment application. It’s meant to help anyone orchestrate servers in a cloud or just in a departmental data center. Instead of system administrators sweating over management programs that were designed for single, stand-alone servers 10 Advantage of Chef Chef uses popular Ruby language to create a domain-specific language. Chef does not make assumptions on the current status of a node. It uses its mechanisms to get the current status of machine.

Read more

What is terraform? by Aishwarya Kurada

TerraformĀ is one of the most popularĀ Infrastructure-as-code (IaC) tool, used by DevOps teams to automate infrastructure tasks. It is used to automate the provisioning of your cloud resources. Terraform is an open-source, cloud-agnostic provisioning tool developed by HashiCorp and written in GO language. Ā One example terraform program variable “include_ec2_instance” { type = bool default = true } resource “aws_instance” “example” { count = var.include_ec2_instance ? 1 : 0 # (other resource arguments…) } output “instance_ip_address” { value = one(aws_instance.example[*].private_ip) } List

Read more

What is kubernetes? by (Aishwarya Kurada)

KubernetesĀ is a portable, extensible, open-source platform for managing containerized workloads and services, that facilitates both declarative configuration and automation. It has a large, rapidly growing ecosystem.Ā KubernetesĀ services, support, and tools are widely available. 5 reasons of using kubernetes? 1 Architectural Advantages 2 Same solution to all problems 3 simplified devops and performance 4 free cloud solution 5 A new way to do the same things Each kubernetes Components Pods: The smallest unit of deployment of an application.. Worker nodes: The worker

Read more

What is Docker?

DockerĀ is anĀ open source softwareĀ for automating the deployment of applications as portable, self-sufficient containers that can run on the cloud or on-premises. Docker is also promotes and evolves this technology, working in collaboration with cloud, Linux, and Windows vendors, including Microsoft. 2. What is container? Docker containers can run anywhere, on-premises in the customer datacenter, in an external service provider or in the cloud, on Azure. Docker image containers can run natively on Linux and Windows. However, Windows images can run

Read more

What is DevOps? – USE 1 IMAGE

DevOps is a set of practices thatĀ combines software developmentĀ ( Dev)Ā and IT operationsĀ ( Ops ). It aims to shorten the systems development life cycle and provide continuous delivery with high software quality. DevOps is complementary with Agile software development; several DevOps aspects came from the Agile methodology. 10 Advantange of the DevOps: Improved product quality Satisfied customers Lower cost of production Increased revenue Reliable and stable IT infrastructure Lower downtime Improvement in productivity of the organization Top 10 Tools used in

Read more