AASandrapatiinasandra.hashnode.dev·Oct 27, 2023 · 5 min readAll Kubernetes Terms & commandsK8s terms Container: A lightweight and portable executable image that contains software/OS and all its dependencies(bin/lib) A set of machines/instances where required tools are installed called nodes. Containerized node applications managed by Ku...00
AASandrapatiinasandra.hashnode.dev·Jun 24, 2023 · 5 min readGIT Basics: with config commandsGIT stands for "Global Information Tracker". There are different definitions for GIT. Listing out few of them here Git is a free open-source version control system. This allows you to keep track of all changes throughout the code. This allows develo...00