-
Notifications
You must be signed in to change notification settings - Fork 0
Containerization | Manual Deployment
Mohamed Hassan (JOSEPH) edited this page May 10, 2024
·
32 revisions
Tools to start over lovely bare metal strong πͺ hardware:
-
Master Brain: Kubernetes
-
Containerization Runtime (Wrapper around deployable package): Docker
- Mini-vm for saving costs no more. Don't over-think it. To construct an up and running a container
-
- Which will contain the deployable package that will be an executable later and will be able to serve requests upon being healthy available
-
Deployable package:
This part is variable over time
- 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
testing environment
whereKubernetes
resides π then - run the container from this image in a healthy available state
- 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
-
Use base image wisely when writing
Dockerfile
, because it affects on the image building time AKA transmitting fucken bloody hell a lot of packets over the network- Base image selection is based on less size and effectiveness like reviews and its robustness in different environments using a registry called Docker Hub.
-
Read a bit in image layers to optimize the image as much as you can (less layers is better)
- Overview
- University Role
- Architectural Components
- Legal and Ethical Development Specialization
- System Administration
- Software Deployment
- Git Repositories | Access Control
- Testing notes - Tester [QA]
- Daily Standups
- Onboarding process upon hiring newcomers
- Tickets Flow AKA Industrial Software Manufacturing Process
- Sprint
- Legal and Ethical Aspects of Contracts
- Maintenance Deals: new contracts after delivery to avoid wasting the money of the clients and burning out the human resources
- Human Resources Planning to the Software-Development-Unit
- Possible future moves of Human resources
- Notes to Managerial Positions
- Notes for Self Study During the University Phase
- Screening Interviews
- Search keywords for recruiters
- Email-Writing
- Job advertising template for recruiters
- Ethics of writing useful software
- How to do a complaint against someone in a safe way