-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
235 lines (230 loc) · 10.5 KB
/
index.html
File metadata and controls
235 lines (230 loc) · 10.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script src="https://js.stripe.com/v3/"></script>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css"
/>
<link rel="icon" type="image/x-icon" href="assets/icon.svg" />
<link
href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css"
rel="stylesheet"
/>
</head>
<body>
<div class="navbar">
<a class="nav-content" href="https://kubesimplify.com/" target="_blank">
<img src="assets/logo.svg" alt="" height="60" width="350" />
</a>
</div>
<div class="container">
<div class="header">
<div class="title">
<h1>Welcome to Kubesimplify Workshops</h1>
</div>
<p>
Kubesimplify is on a mission to simplify the cloud-native for everyone. <br><br>
Various initiatives such as Blogs, Twitter Threads, Twitter Spaces etc. have been started by us, all to <b>demystify</b> complex cloud-native concepts and make them simple for anyone to understand. <br><br>
We welcome you to yet another initiative on that path - <b>"Live Workshops"</b>
<br><br>
<b>What are the Live Workshops all about?</b> <br> <br>
We firmly believe in the <b>learning-by-doing</b> approach & these workshops are a perfect example of this. <br><br> Kubesimplify is bringing together <b>project maintainers</b> and <b>industry professionals</b> from all over the ecosystem under one roof to give everyone the best-in-class hands-on <br> cloud-native education possible.
<ul class="bullet-points">
<li>Each workshop will address a different topic from the Cloud-native ecosystem</li>
<li>Provide you with the opportunity to connect with industry experts and project maintainers</li>
<li><b>Live QnA</b> session with the speakers</li>
</ul><br>
Don't believe us?
Let's hear it straight from our founder - <b>Saiyam Pathak</b> <br><br>
<center>
<iframe class="video" width="560" height="315" src="https://www.youtube.com/embed/oiBdx7et21w" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"></iframe>
</center>
</p>
</div>
<!-- Workshop Tiles -------------------------------------------------------->
<div class="wrapper-flex">
<div class="speaker-container">
<img src="assets/price-tag.png" id="price-tag" />
<div id="price">FREE</div>
<div class="banner-img"></div>
<img
src="assets/Speaker_Imgs/ChadMCrowell.jpeg"
alt="profile image"
class="profile-img"
/>
<h1 class="name">Linux & Docker Fundamentals</h1>
<div class="description">
<div class="timings">
<p><i class="bi bi-calendar-fill"></i>July 11th, 2022</p>
<p><i class="bi bi-clock-fill"></i>07:00 AM PT</p>
</div>
This workshop aims to build a solid Linux and Docker foundation. You will learn about Linux fundamentals, containers and Docker. <br><br>
</div>
<button class="btn" id="work-1">Watch Recording</button>
</div>
<div class="speaker-container">
<img src="assets/price-tag.png" id="price-tag" />
<div id="price">FREE</div>
<div class="banner-img"></div>
<img
src="assets/Speaker_Imgs/Saiyam Pathak.jpg"
alt="profile image"
class="profile-img"
/>
<h1 class="name">Kubernetes 101</h1>
<div class="description">
<div class="timings">
<p><i class="bi bi-calendar-fill"></i>July 18th, 2022</p>
<p><i class="bi bi-clock-fill"></i>07:00 AM PT</p>
</div>
This workshop helps you learn Kubernetes from scratch. Some of the topics include K8s fundamentals, Pods, Deployments, Services, Ingress & more.
</div>
<button class="btn" id="work-2">Watch Recording</button>
</div>
<div class="speaker-container">
<img src="assets/price-tag.png" id="price-tag" />
<div id="price">FREE</div>
<div class="banner-img"></div>
<img
src="assets/Speaker_Imgs/dan-garfield.jpeg"
alt="profile image"
class="profile-img"
/>
<h1 class="name">GitOps With ArgoCD</h1>
<div class="description">
<div class="timings">
<p><i class="bi bi-calendar-fill"></i>July 25th, 2022</p>
<p><i class="bi bi-clock-fill"></i>07:00 AM PT</p>
</div>
In this workshop you will learn the theory of GitOps and also apply all of those practices in your own application using the Argo project family.
</div>
<button class="btn" id="work-3">Watch Recording</button>
</div>
<div class="speaker-container">
<img src="assets/price-tag.png" id="price-tag" />
<div id="price">FREE</div>
<div class="banner-img"></div>
<img
src="assets/Speaker_Imgs/Rewanth Tammana.jpeg"
alt="profile image"
class="profile-img"
/>
<h1 class="name">Kubernetes Security 101</h1>
<div class="description">
<div class="timings">
<p><i class="bi bi-calendar-fill"></i>Aug 1st, 2022</p>
<p><i class="bi bi-clock-fill"></i>07:00 AM PT</p>
</div>
In the previous workshops, you learned about the basics of Docker & Kubernetes. This workshop aims to kick a notch higher by introducing you to the security aspects of the container world.
</div>
<button class="btn" id="work-4">Watch Recording</button>
</div>
<div class="speaker-container">
<img src="assets/price-tag.png" id="price-tag" />
<div id="price">FREE</div>
<div class="banner-img"></div>
<img
src="assets/Speaker_Imgs/karthik.png"
alt="profile image"
class="profile-img"
/>
<h1 class="name">Chaos Engineering with LitmusChaos</h1>
<div class="description">
<div class="timings">
<p><i class="bi bi-calendar-fill"></i>Aug 24th, 2022</p>
<p><i class="bi bi-clock-fill"></i>07:00 AM PT</p>
</div>
In this workshop, we'll be learning to setup a chaos engineering tool - LitmusChaos
<br>(CNCF Incubating project)<br>
</div>
<button class="btn" id="work-6">Watch Recording</button>
</div>
<div class="speaker-container">
<img src="assets/price-tag.png" id="price-tag" />
<div id="price">FREE</div>
<div class="banner-img"></div>
<img
src="assets/Speaker_Imgs/lee-calcote.webp"
alt="profile image"
class="profile-img"
/>
<h1 class="name">Service Mesh</h1>
<div class="description">
<div class="timings">
<p><i class="bi bi-calendar-fill"></i>Aug 31st, 2022</p>
<p><i class="bi bi-clock-fill"></i>07:00 AM PT</p>
</div>
In this workshop, Lee Calcote will be going over through the fundamentals of Service Mesh starting from the scratch and covering various essentials topics through Hands-On Labs<br><br>
</div>
<button class="btn" id="work-7">Watch Recording</button>
</div>
<div class="speaker-container">
<img src="assets/price-tag.png" id="price-tag" />
<div id="price">FREE</div>
<div class="banner-img"></div>
<img
src="assets/Speaker_Imgs/David Flanagan.png"
alt="profile image"
class="profile-img"
/>
<h1 class="name">Kubernetes Troubleshooting</h1>
<div class="description">
<div class="timings">
<p><i class="bi bi-calendar-fill"></i>Sept 12th, 2022</p>
<p><i class="bi bi-clock-fill"></i>07:30 AM PT</p>
</div>
In this workshop, we will learn how to operate and manage a Kubernetes cluster by debugging some clusters broken by members of the Kubernetes Community.
<br><br>
</div>
<button class="btn" id="work-5">Watch Now</button>
<!-- new workshops from here -->
</div>
<div class="speaker-container">
<img src="assets/price-tag.png" id="price-tag" />
<div id="price">FREE</div>
<div class="banner-img"></div>
<img
src="assets/Speaker_Imgs/micheal-friedrich.jpeg"
alt="profile image"
class="profile-img"
/>
<h1 class="name">Kubernetes Observability</h1>
<div class="description">
<div class="timings">
<p><i class="bi bi-calendar-fill"></i>Sept 19th, 2022</p>
<p><i class="bi bi-clock-fill"></i>07:00 AM PT</p>
</div>
In this workshop by Michael, you will learn the basics of Monitoring and Observability with microservices and container clusters. <!-- putting a description of max 2 lines should be good -->
<br><br>
</div>
<button class="btn" id="work-8">Register Now</button>
</div>
<div class="speaker-container">
<img src="assets/price-tag.png" id="price-tag" />
<div id="price">FREE</div>
<div class="banner-img"></div>
<img
src="assets/Speaker_Imgs/kamesh-sampath.png"
alt="profile image"
class="profile-img"
/>
<h1 class="name">CI + GitOps -<br>with Cloud Native Java</h1>
<div class="description">
<div class="timings">
<p><i class="bi bi-calendar-fill"></i>Oct 21st, 2022</p>
<p><i class="bi bi-clock-fill"></i>07:00 AM PT</p>
</div>
In this workshop, Kamesh Sampath will lead us through the journey of deploying our simple java application, with the help of a toolchain made with DroneCI, ArgoCD.
<!-- putting a description of max 2 lines should be good -->
</div>
<button class="btn" id="work-9">Register Now</button>
</div>
</div>
</div>
<!-- Client-side Js -->
<script src="app.js"></script>
</body>
</html>