Assignment-1 Chef Intro by Dasari Sowmya

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 Chef? Chef is a Deployment tool. It is used as a configuration management tool used to automate the infrastructure provisioning. It is developed in Ruby language. It is used for building blocks like recipe and cookbooks. It is used for managing servers, software and applications in-house and also in the cloud. 2)10

Read more

Chef

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 is an open course technology which configures the management that is used to automate the infrastructure and it is also used to streamline the task of configuration and managing the company’s server. Chef is used to deploy and manage the servers and application on the cloud. Advantage of Chef? Improving risk management. Manages

Read more

Assignment – #1 – Chef Intro by J Varshita

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 Q1 – Chef in DevOps is used to automate the given infrastructure and also it is an application delivery tool. It basically changes the automation into the code for better management and deployment of the server. Q2 – 10 Advantages Automation of cloud server Managing servers with ease Deployment of servers at faster pace.

Read more

Day 5-Assignment # 3 – Forify SCA?

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 *5 Advantage of Forify SCA? -it improves static security for applications -it allows to upload third party and customer specific security instructions -static application security testing helps to find code related issues in early deployment stage -it helps in fast and accurate scanning -it helps in identifying vulnerabilities that pose the greatest threat -forify

Read more

Day 5-Assignment # 2 – OpenShift intro

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 Openshift? OpenShift is a hybrid cloud platform. It offers automated installation, upgrades, and lifecycle management throughout the container stack . OpenShift is a cloud development Platform as a Service (PaaS) hosted by Red Hat. It’s an open source cloud-based user-friendly platform used to create, test, and run applications, and finally deploy them on

Read more

Assignment 4 by Nallagatla Sarvani [26-05-2022]

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 Terraform? Terraform is a tool to write a code & it allows to programmatically provision the physical resources to an application requires to run. 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.  Example Terraform

Read more

Day 4 Assignment – K. Sam Ashray

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 terraform? Terraform is infrastructure as code tool that is used to define cloud resources and on-premises resources as configuration files that is understandable by human that can be versioned, reuse and shared. It manages an application’s underlying IT infrastructure through programming. It is written in Go programming language. 2) One example

Read more

Assignment4(Terraform)

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 Terraform: Terraform is an open source “Infrastructure as Code” tool, created by HashiCorp. A declarative coding tool, Terraform enables developers to use a high-level configuration language called HCL (HashiCorp Configuration Language) to describe the desired “end-state” cloud or on-premises infrastructure for running an application. It then generates a plan for reaching that end-state and executes the

Read more

Day 4 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 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

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 What is terraform? Terraform is an infrastructure as code tool that lets you build, change, and version cloud and on-prem resources safely and efficiently. Example of terraform: terraform { required_providers { aws = { source = “hashicorp/aws” version = “~> 3.27” } } required_version = “>= 0.14.9” } provider “aws” { profile = “default”

Read more

Day 4

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 terraform? It is an open source infrastructure as code software tool. this helps to manage the application infrastructure -programming 2.One example terraform program resource “github_repository” “sample” {name = “example” description = “code” visibility=”public”} 3.List of 5 terraform commands and its use terraform init —- initialize a working directory terraform plan—show changes required and

Read more

About Terraform by Katte Jahnavi

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 terraform? Terraform is an infrastructure as code tool that lets you define both cloud and resources in human-readable configuration files that you can version, reuse, and share which enables you to safely and predictably create, change, and improve infrastructure.. Terraform supports a number of cloud infrastructure providers such as AWS, microsoft azure,IBM Cloud and

Read more

TDP DevOps – Day 4

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 terraform? Terraform is infrastructure as code tool that is used to define cloud resources and on-premises resources as configuration files that is understandable by human that can be versioned, reuse and shared. It manages an application’s underlying IT infrastructure through programming. It is written in Go programming language. 2) One example

Read more

DAY-4 DevOps 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 1. What is terraform? Terraform is an open-source infrastructure as code software tool created by HashiCorp. HashiCorp Terraform is an infrastructure as code tool that lets you define both cloud and on-prem resources in human-readable configuration files that you can version, reuse, and share. You can then use a consistent workflow to provision and

Read more

Post-3 Terraform

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 terraform? Terraform is a tool which is used to write a code for infrastructure and it allows to programmatically provision the physical resources an application requires to run. This helps to manages the application infrastructure through programming. It is used to automate the provisioning of your cloud resources. Terraform is an open-source,

Read more

Assignment-4 . Terraform

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 Terraform Terraform is an open source “Infrastructure as Code” tool, created by HashiCorp. Terraform was in GO Language.It can manage not only existing on-prem solutions but also can work for almost all popular cloud service providers like AWS, Azure, GCP A declarative coding tool, Terraform enables developers to use a high-level configuration language called HCL (HashiCorp

Read more

Terraform Assingment

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 terraform Terraform is an open source “Infrastructure as Code” tool. It is used by DevOps teams to automate infrastructure tasks. It is used to define and provision the complete infrastructure using an easy-to-learn declarative language. It is an infrastructure provisioning tool where you can store your cloud infrastructure setup as codes.  2)example terraform

Read more

Assignment-4

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 terraform Terraform is a tool which is used to write a code for infrastructure and it allows to programmatically provision the physical resources an application requires to run. it works across all the cloud providers at the same time.Terraform’s direct competitors like cloudFormation,which work primarly with a single cloud provider only.This helps

Read more

1)What is terraform?

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 Terraform is an open source “Infrastructure as Code” tool, created by HashiCorp. A declarative coding tool, Terraform enables developers to use a high-level configuration language called HCL (HashiCorp Configuration Language) to describe the desired “end-state” cloud or on-premises infrastructure for running an application. It then generates a plan for reaching that end-state and executes the plan

Read more

Assignment for terraform

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 terraform? it is a open source tool.it is a software which enables to create ,change and improve infrastructure .terraform used to automate the provisioning of your cloud resources.it helps to automate infrastructure tasks.terraform facilitates your DevOps team to easily define, provision, and configure resources in on-premises and cloud servers efficiently . *One example

Read more
1 33 34 35 36 37 333