Articles

Home / Articles / DevOps

What is DevOps and How does it work? Explained in simple words

In case, you are a technical person, have a piece of knowledge in many different technologies, there might be a chance you hear a term as DevOps. You may have wondered …..

Case Study: How Nokia is getting benefits from Kubernetes?

Do You know, When people are picking up their phones and making a call on Nokia networks, they are creating containers in the background with Kubernetes. Yes, Kubernetes …..

Case Study: Industry use cases of OpenShift

Making the deployment easy, Industries are adopting automation. Today, I am going to introduce you to one of the most advanced tools of the DevOps world i. …..

What is Shell Scripting?

A shell script is a computer program designed to be run by the Unix/Linux shell. While working towards automation, shell scripting plays a vital role. In …..

How to create a simple Bash script?

Bash scripting is an extremely powerful and useful part of system administration and development. For the beginner, this might seem an extremely scary part, but once you understand …..

What is Docker and How it is so fast?

With Docker, you can launch an OS in one second. Yes, I am saying true you can completely build and deploy a complete OS just in a …..

Docker Tutorial - Step by Step Guide from the Beginner to Advance

In order to scale up the production, industries are adopting DevOps practices. DevOps is not only providing rapid application development but also a high level of security.  This can be …..

How to take input in a Bash script?

In order to make our script interactive and dynamic, we need to take some input from the user. By taking the input we can actually provide some …..

How to add conditions in your Bash Script?

To solve a problem there is a high chance that your program needs some condition testing. Depending upon the condition to the condition we execute our program. Similarly …..

How to add loop in Bash Script?

In order to run a piece of commands again and again and again, we use loops. Loops help us to avoid the repetitive code writing procedure and do …..