Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 15b05b9

Browse files
Rojan JoseRojan Jose
authored andcommitted
clean up
1 parent a04494a commit 15b05b9

File tree

16 files changed

+95
-130
lines changed

16 files changed

+95
-130
lines changed
File renamed without changes.

workshop/Lab1/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Lab 1. Title
2+
Let's investigate how Helm can help us focus on other things by letting a chart do the work for us. We'll first deploy an application to a Kubernetes cluster by using `kubectl` and then show how we can offload the work to a chart by deploying the same app with Helm.
3+
4+
The application is the [Guestbook App](https://github.com/IBM/guestbook), which is a sample multi-tier web application.
5+
6+
## Scenario 1: Deploy the application using `kubectl`
7+
8+
```bash
9+
git clone https://github.com/IBM/workshop-template
10+
cd workshop-template
11+
```

workshop/Lab2/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Lab 1. Title
2+
Let's investigate how Helm can help us focus on other things by letting a chart do the work for us. We'll first deploy an application to a Kubernetes cluster by using `kubectl` and then show how we can offload the work to a chart by deploying the same app with Helm.
3+
4+
The application is the [Guestbook App](https://github.com/IBM/guestbook), which is a sample multi-tier web application.
5+
6+
## Scenario 1: Deploy the application using `kubectl`
7+
8+
```bash
9+
git clone https://github.com/IBM/workshop-template
10+
cd workshop-template
11+
```

workshop/Lab3/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Lab 1. Title
2+
Let's investigate how Helm can help us focus on other things by letting a chart do the work for us. We'll first deploy an application to a Kubernetes cluster by using `kubectl` and then show how we can offload the work to a chart by deploying the same app with Helm.
3+
4+
The application is the [Guestbook App](https://github.com/IBM/guestbook), which is a sample multi-tier web application.
5+
6+
## Scenario 1: Deploy the application using `kubectl`
7+
8+
```bash
9+
git clone https://github.com/IBM/workshop-template
10+
cd workshop-template
11+
```

workshop/Lab4/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Lab 1. Title
2+
Let's investigate how Helm can help us focus on other things by letting a chart do the work for us. We'll first deploy an application to a Kubernetes cluster by using `kubectl` and then show how we can offload the work to a chart by deploying the same app with Helm.
3+
4+
The application is the [Guestbook App](https://github.com/IBM/guestbook), which is a sample multi-tier web application.
5+
6+
## Scenario 1: Deploy the application using `kubectl`
7+
8+
```bash
9+
git clone https://github.com/IBM/workshop-template
10+
cd workshop-template
11+
```

workshop/Lab5/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Lab 1. Title
2+
Let's investigate how Helm can help us focus on other things by letting a chart do the work for us. We'll first deploy an application to a Kubernetes cluster by using `kubectl` and then show how we can offload the work to a chart by deploying the same app with Helm.
3+
4+
The application is the [Guestbook App](https://github.com/IBM/guestbook), which is a sample multi-tier web application.
5+
6+
## Scenario 1: Deploy the application using `kubectl`
7+
8+
```bash
9+
git clone https://github.com/IBM/workshop-template
10+
cd workshop-template
11+
```

workshop/Lab6/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Lab 1. Title
2+
Let's investigate how Helm can help us focus on other things by letting a chart do the work for us. We'll first deploy an application to a Kubernetes cluster by using `kubectl` and then show how we can offload the work to a chart by deploying the same app with Helm.
3+
4+
The application is the [Guestbook App](https://github.com/IBM/guestbook), which is a sample multi-tier web application.
5+
6+
## Scenario 1: Deploy the application using `kubectl`
7+
8+
```bash
9+
git clone https://github.com/IBM/workshop-template
10+
cd workshop-template
11+
```

workshop/Lab7/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Lab 1. Title
2+
Let's investigate how Helm can help us focus on other things by letting a chart do the work for us. We'll first deploy an application to a Kubernetes cluster by using `kubectl` and then show how we can offload the work to a chart by deploying the same app with Helm.
3+
4+
The application is the [Guestbook App](https://github.com/IBM/guestbook), which is a sample multi-tier web application.
5+
6+
## Scenario 1: Deploy the application using `kubectl`
7+
8+
```bash
9+
git clone https://github.com/IBM/workshop-template
10+
cd workshop-template
11+
```

workshop/README.md

Lines changed: 3 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,15 @@
1-
# Introduction
1+
# Introduction to Kubernetes Storage
22

3-
## Workshop Title
3+
## Objectives
44

5-
Welcome to our workshop! In this workshop we'll be using foo to accomplish bar. The goals of this workshop are:
65

7-
* Goals!
8-
* Have fun!
9-
10-
### About this workshop
6+
### Overview
117

128
The introductory page of the workshop is broken down into the following sections:
139

14-
* [Agenda](./#agenda)
15-
* [Compatibility](./#compatibility)
16-
* [Technology Used](./#technology-used)
17-
* [Credits](./#credits)
18-
19-
## Agenda
20-
21-
| | |
22-
| :--- | :--- |
23-
| [Exercise 0: Pre-work](getting-started/pre-work.md) | Pre-work for the project |
24-
| [Exercise 1: Some Exercise](https://github.com/IBM/workshop-template/tree/a089e9f550bba0b36446f9ccb77bc0475c693ebc/workshop/some-exercise/README.md) | Exercise to do the thing |
25-
26-
## Compatibility
27-
28-
This workshop has been tested on the following platforms:
29-
30-
* **osName**: version X, version Y
3110

3211
## Technology Used
3312

3413
* Brief Description
3514

36-
## Credits
37-
38-
* [Full Name](https://github.com/githubid)
3915

workshop/SUMMARY.md

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
1-
# Table of contents
1+
# Summary
22

3-
* [Introduction](README.md)
3+
<!-- Rules of SUMMARY.md are here: https://docs.gitbook.com/integrations/github/content-configuration#summary -->
4+
<!-- All headings MUST be THREE hashmarks (###) -->
5+
<!-- Indented bullets (4 spaces) will make the first line be a section -->
46

5-
## Getting Started
7+
### Workshop
68

7-
* [Pre-work](getting-started/pre-work.md)
9+
* [Lab 0: Prework](Lab0/README.md)
10+
* [Lab 1: ](Lab1/README.md)
11+
* [Lab 2: ](Lab2/README.md)
12+
* [Lab 3: ](Lab3/README.md)
13+
* [Lab 4: ](Lab4/README.md)
14+
* [Lab 5: ](Lab5/README.md)
15+
* [Lab 6: ](Lab6/README.md)
16+
* [Lab 7: ](Lab7/README.md)
817

9-
## Some Heading
10-
11-
* [Some Section](some-heading/some-section/README.md)
12-
* [Some Exercise](some-heading/some-section/some-exercise.md)
13-
* [Test Page](some-heading/some-section/test-page.md)
14-
15-
## Workshop Resources
16-
17-
* [Instructor Guide](workshop-resources/admin-guide.md)
18-
19-
## Resources
20-
21-
* [IBM Developer](https://developer.ibm.com)
18+
### Resources
2219

20+
* [IBM Developer](https://developer.ibm.com)

0 commit comments

Comments
 (0)