Check out my new books that I just published...
Below are the main tools (i.e. commands) in an SRE/DevOPS toolbox:
=====
Docker
An OS-level virtualization to deliver software in packages called containers.
More Information:
=====
git
A distributed version-control system for tracking changes in source code during software development.
More Information:
=====
Integrated Development Environment (IDE)
An IDE is an application that provides comprehensive facilities to computer programmers for software development.
More Information:
Visual Studio Code (There several great IDEs available. If you don't know where to start consider VS Code [free, multi-platform, extensible]).
=====
kubeadm
A tool used for provisioning a Kubernetes cluster.
More Information:
=====
kubectl
A tool used for managing a Kubernetes cluster.
More Information:
=====
kubefed
A tool used to administer federated Kubernetes clusters.
More Information:
=====
helm
A utility for managing Kubernetes packages (aka Helm charts) which contain pre-configured resources (i.e. applications and services).
More Information:
=====
minikube
Creates a single-node Kubernetes cluster locally on your development system for testing purposes.
More Information:
Honorable Mention:
=====
skaffold
Handles the workflow for building, pushing and deploying your application. It also provides building blocks and describe customizations for a CI/CD pipeline.
=====
kompose
A utility that translates Docker Compose files into Kubernetes YAML files.