Author: Sanket Modi

0

Infrastructure-from-Code (IfC)

Hello Everyone, Hope you’re doing good. In this ever changing world, we should keep reading and upgrading ourselfs. Today when I was reading some upcoming technologies, I came across this new concept called Infrastructure-from-Code...

0

Kubernetes WithOut Kubelet (KWOK)

Can we really think of Kubernetes WithOut Kubelet ? It has become reality with the tool KWOK ! let’s quickly check how it works !

2

Complete Guide To YAML

Data Serialization Language is used to store and transfer data. Nowadays, it became very important as a lot of tools started using it like Kubernetes, Gitops etc. so let’s understand and explore the same.

0

Openshift – Deploy First Application

Let’s deploy our first application in openshift environment and understand how it works.

1

Openshift Quick Reference

Right from standalone to containerization there are drastic changes in application deployment process. Once any application is containerized, it’s required to choose a platform to run the same. Openshift is one of the option to deploy your application in secure environment. Let’s understand how it works in series of articles.

0

Dockerfile Reference – ARG Instruction

Docker supports build-time variables and environment variables. so what’s the difference between both and how to use ARG instruction ?

0

Dockerfile Reference – VOLUME, USER and WORKDIR Instructions

Let’s understand 3 new instructions which can be used while writing Dockerfile. VOLUME, USER and WORKDIR are very useful instructions which are generally used in Dockerfile.

1

Dockerfile Reference – ENTRYPOINT

ENTRYPOINT is the instruction which will start your container after creating complete environment, let’s understand what all options are there for the same.

1

Dockerfile Reference – ADD & COPY Instructions

This article explains ADD and COPY instruction which are quite frequently used while writing Dockerfile. Let’s understand what’s differece between both and when to use which instuction.

1

Dockerfile Reference – EXPOSE & ENV Instructions

This article explains use and importance of EXPOSE and ENV instructions of Dockerfile.