Deploy Your Application Using CI - CD & Docker
Deploy Your Application Using CI - CD & Docker
2
Version Control
https://www.optimizely.com/optimization-glossary/trunk-based-development/
“We need automation”
What Is CI/CD ?
CONTINUOUS INTEGRATION
- Automated Build
Automated script that creates packages that can be deployed to any
environment, These builds should be numbered and repeatable
- Automated tests
When Tests became fail, you know there's a real problem, and when they
pass, you're confident there are no serious problems with the system
What If the code use interpreted lang?
Meet Container
What is a container?
● Standardized packaging
for software and
dependencies
● Isolate apps from each
other
● Share the same OS kernel
● Works for all major Linux
Distributions, macOS &
Windows
“Isolate your app & ship it anywhere”
“VMs != Container”
Meet Docker
- Docker Images
- Docker Container
- Docker Volumes
- Docker Network
Docker Images
Docker Image
The basis of a Docker container. Represents a full
application
- Can be pulled and pushed towards a registry
- Image names have the form [registry/][user/]name[:tag]
- The default for the tag is latest
Important Note:
Images are STATELESS and IMMUTABLE
Docker Hub
https://phoenixnap.com/kb/docker-image-vs-container
Docker Volume
Docker volumes are file
systems mounted on Docker
containers to preserve data
generated by the running
container.
https://ostechnix.com/explaining-docker-networking-concepts
Meet Docker Compose
● Build and run one container at a ● Define multi container app in docker-
time compose.yml file
● Manually connect container ● Single command to deploy entire app
together ● Handle container dependencies
● Must be careful with dependencies ● Works with Networking, Volumes
and start up order ● Easy to migrate the application to
Kubernetes
Docker-compose.yml
youtube.com/c/IqbalSyamil
Thank You! ✨
Reach me:
facebook.com/iqbal.syamil.39
Credits & Thanks to telegram.me/iqbalsyamil
youtube.com/c/IqbalSyamil
Imre Nagi, Google Developer Expert
We’re Hiring!
pintu.co.id/careers
40