#hashnode
Read more stories on Hashnode
Articles with this tag
Kubernetes (also known as K8s) is an open-source container orchestration system for automating the deployment, scaling, and management of...
GitHub Actions is a platform for automating software workflows. It is built into GitHub, so you can use it to build, test, and deploy your code right...
Dockerfile A Dockerfile is a text file that contains instructions for building a Docker image. It specifies the base image to use for the build, as...
Introduction Docker is a tool designed to make it easier to create, deploy, and run applications by using containers. Containers allow a developer to...
GitHub is a web-based platform that allows developers to host and manage their version control repositories for software development projects. It was...
DevOps depends on the source code management system that is used by the entire team. Code management is a set of software-supported practices used to...