Assignment 6(Day 5)

What is Openshift? OpenShift is a family of containerization software products developed by Red Hat. Red Hat OpenShift is a cloud-based Kubernetes platform that helps developers build applications. It offers automated installation, upgrades, and life cycle management throughout the container stack — the operating system, Kubernetes and cluster services, and applications — on any cloud. OpenShift gives organizations the ability to build, deploy, and scale applications faster both on-premises and in the cloud. It also protects your development infrastructure at

Read more

Assignment 5-(day 5)

What is Chef? chef is a tool for accelerating application delivery and devops collaborations.It helps to solve the problem by treating infrastructure as code.Rather than manually changing anything,the machine setup is described in a chef recipe.It is like more than configuration management tool. 10 Advantage of Chef? Accelerating software delivery Increasing service resilience Improving risk management Managing both data center and cloud environment Continuous delivery scalability consistency A streamlined IT operations and workflow How to install Chef Workstation? To onstall

Read more

Day-4

 What is terraform? Hashicorp is an organisation or company that provides us Terraform platform.Terraform is an infrastructure as code tool that lets us understand or work with both cloud and also some of the readable configuration files that we can edit , plan,apply changes,version and reuse and also share. One example terraform program resource “github_repository” “example” {   name        = “example9999999”   description = “My awesome codebase hey”   visibility = “public” } provider “github” { token = “xxxxxxx” owner

Read more

Assignment-3

What is kubernetes? It is a open source platform which is portable, extensible. It is used for managing containerized workloads and other services it also facilitates both declarative configuration and automation.It often uses k8s containerized applications to run on a cluster of hosts.The k8 uses public cloud platform.  5 reasons of using kubernetes Elasticity scalability Service discovery Resilience Invocation Each kubernetes Components & write 2-3 mins about each one of them. Container runtime:-The container runtime is the software that is

Read more

Assignment-2

What is Docker? Docker is an open source containerized platform it permits developers to package applications.It is used for developing,deploying,and managing applications in a simple environment called as containers.It is used to develop different software applications in the simple environment.It builds applications,notify the applications,develop and also deploy the applications. What is Container? Docker containers are lightweight virtualized runtime environments for running applications. Each container represents a package of software that contains code, system tools, runtime, libraries, dependencies, and configuration files

Read more

Devops Definition

What is Devops ? So process of sharing knowledge in a team have been rapidly distracting. The devolopment team even though they need some interaction between the operation team they will not contact them and they dont even ask them any thing A true combination of development and operation is nothing but devops…in devops requirement of the sources will be more because they both need operation and development sources…in this if any of them are facing problems the other team

Read more