Deprecated Kubernetes 101 and 201

This commit is contained in:
Andrew Chen
2017-04-28 15:15:18 -07:00
parent ee74993fa4
commit c3efda3b97
7 changed files with 5 additions and 12 deletions
+2 -2
View File
@@ -211,10 +211,10 @@ sudo route -n add -net 172.17.0.0 $(docker-machine ip kube-dev)
After deploying the cluster, `~/.kube/config` will be created or updated to configure kubectl to target the new cluster.
1. Explore examples
1. Explore tutorials
To learn more about Pods, Volumes, Labels, Services, and Replication Controllers, start with the
[Kubernetes Walkthrough](/docs/user-guide/walkthrough/).
[Kubernetes Tutorials](/docs/tutorials/).
To skip to a more advanced example, see the [Guestbook Example](https://github.com/kubernetes/kubernetes/tree/{{page.githubbranch}}/examples/guestbook/)