Chapter 12
- Kubernetes manages container-based applications.
- Container-based applications are those that are distributed using container images, which allow system administrators to treat applications as standard units that can be managed in a uniform and consistent way.
- Application containers provide environment consistency, lightweight runtimes, efficient resource consumption, and many more advantages.
- A Kubernetes Pod is an object that represents the smallest deployable computing unit that can be managed in Kubernetes.
- A Kubernetes Ingress is an object to configure external access and routing to a Service deployed in the cluster.
- No, Jib doesn’t require a Docker-compatible daemon.