S.O.L.I.D. abbreviation covers several solution design principles in object-oriented design.
* Single-responsibility. Each class should encapsulate only one part of functionality.
* Open-closed.
It is actually very simple.
Run the below command in Windows Powershell
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https:
kubectl cluster-info - Kubernetes info
kubectl config get-clusters - list clusters
kubectl get all - list all entities with corresponding prefixes:
* pod
* service
* daemonset
* deployment
docker login --username=yourhubusername --password=yourpassword - login to dockerhub
docker build -t dockeraccount/repo:tagname:version path - build image with tag name
docker