What is openshift

Openshift is a cloud development platform which is also called as paas which was developed by the red hat It is an open source developed platform which enables the developers to develop and deploy their applications on the cloud infrastructure It is a self service platform which is used to create , modify and deploy applications on based on the use and it is the openshift helps yiou to devlop,and manage constainer-based applications It is the one of the popular

Read more

What is chef

Chef is a n automation tool that provides a way to infrastructure the code. It can be also termed as a programmable infrastructure. Chef has a client-server architecture But rather it has workstation. We dono’t need to execute every node or every single node it will be automatically done. Ten advantages of chef Easy to learn Automation Delivering all infrastructure Final thoughts It contains all the blue prints of the infrastructure Centralized management Easily management It can be used by

Read more

What is terraform

Terraform is a code tool it is an open source created by hashicrop. It makes users to write code in easy way. It then generates a plan for reaching that end-state and executes the plan to provision the infrastructure. It makes you define both cloud and on-prem resources in human-readable configuration. Example on terraform provider “aws” { region = “us-west-1” } List of five commands Validate – Check whether the configuration is valid or not apply – Create or update

Read more

What is kubernetes

Kubernetes is an popular open source platform that manages linux containers and kubernetes also have 4several tools for balancing which were used for docker containers. It was developed by google It is a source that manages containers where containers could be a vm ‘s in order to build an application you need lot amount of containers then you will use kubernetes Kubernetes is a portable, or we can say that it is an open source platform which is used for

Read more

What is Docker

Docker is an easy tool which was used to do different things easier like create, deploy, and run the applications by using docker containers. Docker is an open source platform which was used for building, testing, deploying ,managing applications and by using docker we can work and learn more containers and to know how they where used to compare virtual machines It is a platform for deploying, running applications in containers. What is containers Docker container is an open source

Read more

what is devops

Devops = Operations+developer It is a combination of culture, tools, practices which mix both operation and developer teams in order to deliver product with high quality with frequent collaboration between team members and end users in order to maintain the customer satisfaction of the users in order to deliver the product with high speed velocity by using automation. Advantage of devops Frequent Collaboration Requirements changes frequently Automation Faster delivery Customer Satisfaction High Quality Low Cost Customer Feedback Reduce Errors High

Read more