Skip to content

Containerization | Manual Deployment

Mohamed Hassan edited this page Nov 28, 2022 · 32 revisions

Tools to start over lovely bare metal strong πŸ’ͺ hardware:

  • Master Brain: Kubernetes

  • Containerization Runtime (Wrapper around deployable package): Docker

  • Deployable package: this part is variable over time, and the Senior System admin [Linux Based] will need to move this one from his/her local laptop after building the latest package locally from the SCM server using specific commands and the final outcome will be a docker image, then he/she has to move this image to the target environment where Kubernetes resides 😜 then run the container from this image in a healthy available state


Runtime of developed applications:

Clone this wiki locally