#ci-cd
Read more stories on Hashnode
Articles with this tag
Understanding Kubernetes Architecture & Components · What is Kubernetes Kubernetes, commonly known as K8s, is a powerful open-source container...
Steps to Set Up an EC2 Instance for Jenkins Navigate to EC2 Log in to your AWS Management Console. Go to the EC2 service. Launch an...
Basics CommandDescription docker --versionCheck the installed Docker version. docker infoDisplay system-wide information about...
Step-by-Step Guide: Docker Project with Dockerfile 1. Create a Simple Flask Web Application Directory Structure: my-flask-app/ │ ├── app.py ├──...
Docker is a platform for building, testing, and deploying applications in standardized units called containers. Each container includes all necessary...