Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 679 Bytes

File metadata and controls

15 lines (7 loc) · 679 Bytes

From Git to Kubernetes

To summarize, we've seen how Kubernetes can be used to run workloads via pods.

To manage, scale and update multiple pods via deployments.

To interact with the endpoints exposed by multiple pods via services.

Next, in order to show case an end to end process, we'll create, package, install and upgrade a trivial web application into a Kubernetes cluster.

For a browser based tutorial, please use the following Katacoda powered tutorial.

For a local workstation based tutorial, please use the following Docker and KIND powered tutorial.