#devops
Read more stories on Hashnode
Articles with this tag
Why would you need to create your own image:- Either you and your team decided to dockerize the application you're building for ease of shipping and...
What is an open-source project? When a project is open-source, that means anybody is free to use, study, modify, and distribute your project for any...
YAML is a human-readable data-serialization language. YAML stands for "YAML ain't markup language" but was previously known as "Yet Another Markup...
What is Kubernetes(K8s)? Kubernetes is an open source container-orchestration framework which was developed by Google in 2014. It helps in managing...
What is Docker? Docker is a platform that helps us to build, test and containerize our applications. The container includes the application and all...