Query Strings
Escape Characters
- e.g. to look for /usr/percyv/, use /usr/percyv/
Logic Operators Searches
- AND operator: this AND that, this && that
- OR operator: this that, this || that
- Exact phrase: "exact phrase"
Query Strings
Escape Characters
Logic Operators Searches
What is Kubernetes
* Kubernetes is an open-source container orchestrator
* K8s helps with:
* Cluster Management of machines (perform health checks, bounce them, change cluster size)
* Scheduling containers on those machines (match CPU/memory requirements with right machines).
* Defines API objects to describe your cluster’s desired state.
* Provides basic monitoring, logging, and health checking.
* Reconciles desired state and current state.