Skip to content

Commit 2a9fab7

Browse files
authored
Updates (#13)
* re write
1 parent dc04a27 commit 2a9fab7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+87
-12
lines changed

Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ RUN apk add bash \
1616
python-dev \
1717
make \
1818
ca-certificates && \
19-
curl -o kubectl https://storage.googleapis.com/kubernetes-release/release/v1.13.0/bin/linux/amd64/kubectl && \
19+
curl -o kubectl https://storage.googleapis.com/kubernetes-release/release/v1.15.7/bin/linux/amd64/kubectl && \
2020
mv kubectl /usr/local/bin && \
2121
chmod a+x /usr/local/bin/kubectl && \
22-
curl -o helm.tgz https://storage.googleapis.com/kubernetes-helm/helm-v2.12.3-linux-amd64.tar.gz && \
22+
curl -o helm.tgz https://get.helm.sh/helm-v3.0.2-linux-amd64.tar.gz && \
2323
tar -xzf helm.tgz && \
2424
mv linux-amd64/helm /usr/local/bin && \
2525
rm helm.tgz && \
26-
helm init --client-only && \
26+
#helm init --client-only && \
2727
curl https://deislabs.blob.core.windows.net/porter/latest/install-linux.sh | bash && \
2828
pip --no-cache-dir install -U pip && \
2929
pip --no-cache-dir install azure-cli && \
@@ -37,4 +37,4 @@ ENV PATH="$PATH:/root/.porter"
3737
ENV PATH="$PATH:/root/.linkerd2/bin"
3838
ENV PATH="$PATH:/root/.supergloo/bin"
3939

40-
WORKDIR /workshop
40+
WORKDIR /workshop

README.md

+4-4

deploying-kubernetes-on-azure/code.md

+3-1

pods-services-deployments/code.md

+25-3

rbac-roles-service-accounts/code.md

+8
-4.36 MB
Binary file not shown.

slides/ingress-controller/Slide1.jpg

63.3 KB

slides/ingress-controller/Slide2.jpg

62.4 KB

slides/ingress-controller/Slide3.jpg

78.1 KB

slides/ingress-controller/Slide4.jpg

67.4 KB

slides/ingress-controller/Slide5.jpg

93.3 KB

slides/intro/Slide1.jpg

63.9 KB

slides/intro/Slide2.jpg

122 KB

slides/intro/Slide3.jpg

105 KB

slides/intro/Slide4.jpg

111 KB

slides/intro/Slide5.jpg

104 KB

slides/intro/Slide6.jpg

105 KB

slides/intro/code.md

+10
96.9 KB
133 KB
79 KB
138 KB
-2.82 MB
Binary file not shown.
Binary file not shown.
80.3 KB
132 KB
116 KB
79.1 KB
81.4 KB
55.7 KB
81.5 KB
66.1 KB
70 KB
55.1 KB
78.9 KB
54.3 KB
74.2 KB
64.9 KB
128 KB

slides/kubernetes-components/code.md

+19
-3.14 MB
Binary file not shown.
70.9 KB
64.9 KB
91 KB
67.8 KB
55.4 KB
105 KB
109 KB
54.4 KB
54.3 KB
50.4 KB
76.6 KB
51.2 KB
81.6 KB
70.5 KB
68 KB
65.5 KB
78.5 KB
86.1 KB
62.6 KB
91.7 KB
42.6 KB
115 KB
86.2 KB
89.8 KB

slides/statefull-sets/Slide1.jpg

70 KB

slides/statefull-sets/Slide2.jpg

89.6 KB

slides/statefull-sets/Slide3.jpg

92.6 KB

slides/statefull-sets/Slide4.jpg

81.5 KB

slides/statefull-sets/Slide5.jpg

66.1 KB

statefull-sets/code.md

+6

0 commit comments

Comments
 (0)