Blog Posts

Recent posts

Kubenetes - Example of Kubenetes

less than 1 minute read

https://blog.octo.com/en/how-does-it-work-kubernetes-episode-1-kubernetes-general-architecture/ https://blog.octo.com/en/how-does-it-work-kubernetes-episode-...

Docker - difference RUN, CMD and ETRYPOINT

less than 1 minute read

1. CMD vs ENTRYPOINT The ENTRYPOINT specifies a command that will always be executed when the container starts. The CMD specifies arguments that will be fed ...