This post is in context of setting up a k8s cluster. K8s requires a set of machines to host the k8s control plane and the worker nodes where containers are ultimately run. kwame@r2d2:~$ gcloud config set compute/region us-west1 Updated property [compute/region]. kwame@r2d2:~$ gcloud config set compute/zone us-west1-c Updated property [compute/zone]. kwame@r2d2:~$

Continue reading

What is Git? Git is a version-control system for tracking changes in computer files and coordinating work on those files among multiple people. It is primarily used for source-code management in software development, but it can be used to keep track of changes in any set of files To align with best practices, it is recommended to store all your code in version control. This will help you to modify, restore and reproduce your project with less effort.

Continue reading

Author's picture

Kwame Bahena

tail -f /var/log/kwame.log

DevOps

Mx