Cloud & Operations السحابة وتشغيل الأنظمة
How software gets shipped, run and kept alive after it is written.
5 terms in this categoryCI/CD التكامل المستمر والنشر المستمر
CI/CD is an automatic path that tests every change to your software and puts it live once the tests pass, so a release s...
Cloud Computing الحوسبة السحابية
Cloud computing is renting computer power by the hour from a company such as Amazon, Microsoft or Google instead of buyi...
Docker دوكر
Docker packs a program and everything it needs into one sealed bundle, so it runs the same on a developer's laptop as it...
Git جيت
Git is the system that records every change made to a piece of software, along with who made it and why, so any change c...
Kubernetes كوبرنيتيس
Kubernetes is the system that runs your containers across many machines and starts fresh copies whenever one fails or vi...