Skip to content

Commit e7e7bb1

Browse files
authored
Update index.md
1 parent e252253 commit e7e7bb1

File tree

1 file changed

+14
-54
lines changed

1 file changed

+14
-54
lines changed

data/index.md

Lines changed: 14 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,14 @@
1-
---
2-
path: "/"
3-
title: "Homepage"
4-
hidden: false
5-
information_page: true
6-
banner: true
7-
sidebar_priority: 5000
8-
---
9-
10-
<div style="display: none;">
11-
<img src="./img/kubernetes-cncf.png" alt="kubernetes logo" />
12-
</div>
13-
14-
## The new material
15-
16-
Note that the course material is now in here <https://courses.mooc.fi/org/uh-cs/courses/devops-with-kubernetes>
17-
18-
## The old material
19-
20-
This course is an introductory course to Kubernetes with K3s and GKE. In this course, you will develop software with a microservice architecture that utilizes Kubernetes to serve software that scales and deploys automatically. And learn how to manage it all.
21-
22-
This course is an introductory course to Kubernetes with K3s and GKE. In this course, you will develop software with a microservice architecture that utilizes Kubernetes to serve software that scales and deploys automatically. And learn how to manage it all.
23-
24-
**This course can not be completed with the faculty computers.** Attendees need to provide their own computers with admin / superuser privileges.
25-
26-
Course details and starting instructions can be found in [part 0](/part-0).
27-
28-
Registration is only required for ECTS credits. The certificate does not require registration or separate sign up.
29-
30-
The following are suggestions on what you should complete before joining the course. These are not mandatory, but it's recommended that you..
31-
32-
- are familiar with containers (probably from <a href="https://courses.helsinki.fi/fi/aytkt21025en">DevOps with Docker</a>).
33-
- are able to independently develop web software (probably from <a href="https://courses.helsinki.fi/en/aytkt21009">Full Stack Web Development</a>).
34-
- have knowledge of SQL databases (probably from <a href="https://courses.helsinki.fi/en/aytkt10004">Introduction to Databases</a>).
35-
- know basics of networking (probably from <a href="https://courses.helsinki.fi/en/aytkt200041">Introduction to Data Communication</a>).
36-
37-
## We have partnered with Unity! ##
38-
39-
<div style="width: 50%;">
40-
<img src="./img/unity.png" alt="unity logo" />
41-
</div>
42-
43-
<div class="unity-helsinki">
44-
<p>
45-
Unity Helsinki is home to our Monetization, Engineering and Data Science teams as well as R&D, Infrastructure, HR and Recruitment teams. Currently, we are roughly 200 employees strong with over 30 nationalities presented and we continue to grow!
46-
</p>
47-
<p>
48-
Here in Helsinki we mostly build pretty cool things around machine learning, data, dashboards, ad targeting, graphics. The tech stack we mostly deal with are JavaScript, Python, Java, AWS, Tensorflow, Kubernetes etc.
49-
</p>
50-
<p>
51-
Our values Users first, Best ideas win, In it together and Go bold guide our work. Our impact by the numbers is impressive and describes the level of the challenges we get to solve. Apps developed by Unity creators are downloaded 3 billion times per month, we have creators in 190+ countries and 50% of games are powered by Unity. Read more from here: <a href="https://findersseekers.io/en/software-engineer-5-reasons-to-join-unity-helsinki/">https://findersseekers.io/en/software-engineer-5-reasons-to-join-unity-helsinki/</a>
52-
</p>
53-
<h4>━ Unity</h4>
54-
<div>
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>DevOps with Kubernetes</title>
7+
</head>
8+
<body>
9+
<h1>DevOps with Kubernetes</h1>
10+
<div>
11+
Material has been moved to <a href="https://courses.mooc.fi/org/uh-cs/courses/devops-with-kubernetes">https://courses.mooc.fi/org/uh-cs/courses/devops-with-kubernetes</a>
12+
</div>
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)