87 lines
2.8 KiB
PHP
87 lines
2.8 KiB
PHP
<!DOCTYPE html>
|
|
<head>
|
|
<title>Willy Sudiarto Raharjo - Container Orchestration</title>
|
|
<meta name="keywords" content="Willy, Willy Sudiarto Raharjo, Willy SR, WillySR, UKDW, Dosen, Universitas Kristen Duta Wacana, Container Orchestration, Docker, Kubernetes, Informatika" />
|
|
<meta name="description" content="Situs ini berisi halaman materi untuk kelas Container Orchestration Universitas Kristen Duta Wacana" />
|
|
<link rel="icon" href="../images/favicon.ico" type="image/ico" />
|
|
<style type="text/css">
|
|
@import "../includes/index.css";
|
|
@import "../includes/normalize.css";
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<?php
|
|
include "../includes/functions.php";
|
|
?>
|
|
<header role="banner">
|
|
<?php
|
|
include "../includes/courses.php";
|
|
?>
|
|
</header>
|
|
<section class="title">Container Orchestration</section>
|
|
<section class="sidebar">
|
|
<header>
|
|
<h3>Jadwal</h3>
|
|
</header>
|
|
<aside>
|
|
<p>
|
|
Grup A<br/>Hari Rabu<br/>Jam 07:30 - 10:00
|
|
</p>
|
|
<p>
|
|
</aside>
|
|
</section>
|
|
<section class="classinfo">
|
|
<section class="description">
|
|
<header>
|
|
<h1>PENGAJAR</h1>
|
|
</header>
|
|
<p>Willy Sudiarto Raharjo, S.Kom., M.Cs</p>
|
|
</section>
|
|
<section class="description">
|
|
<header>
|
|
<h1>PENGANTAR</h1>
|
|
</header>
|
|
<p>Mata kuliah Container Orchestration memperkenalkan kepada mahasiswa mengenai konsep container dan juga container orchestration dengan menggunakan teknologi Docker dan Kubernetes</p>
|
|
</section>
|
|
</section>
|
|
|
|
<section class="material">
|
|
<header>
|
|
<h1>MATERI</h1>
|
|
</header>
|
|
<ol>
|
|
<li>Syllabus</li>
|
|
<li>Introduction to Container Technology</li>
|
|
<li>Docker Installation and Docker basics (Container, Images, Networks, Volumes)</li>
|
|
<li>Docker Compose</li>
|
|
<li>Docker Swarm</li>
|
|
<li>Docker Build and Docker Registries (Docker Hub)</li>
|
|
<li>Introduction to Container Orchestration Tool (Dockhand)</li>
|
|
<li>Introduction to Kubernetes Cluster Architectures and Installation</li>
|
|
<li>Kubernetes Workloads (Pods, Deployment, ReplicaSets, NameSpaces)</li>
|
|
<li>Kubernetes Networking Services (NodePort, ClusterIP, LoadBalancer, DNS, Port Forwarding)</li>
|
|
<li>Kubernetes YAML</li>
|
|
<li>Kubernetes Ingress</li>
|
|
<li>Kubernetes Storage (Volume)</li>
|
|
<li>Kubernetes Configuration (ConfigMaps, Secrets)</li>
|
|
<li>Deploy Application Using Kubernetes</li>
|
|
<li>Automated CI using Github Actions (optional)</li>
|
|
</ol>
|
|
</section>
|
|
<section class="references">
|
|
<header>
|
|
<h1>REFERENSI</h1>
|
|
</header>
|
|
<ol>
|
|
<li>Docker Mastery: with Kubernetes +Swarm from a Docker Captain</li>
|
|
<li>Kubernetes Mastery: Hands-On Lessons From A Docker Captain</li>
|
|
<li>The Kubernetes Book (Poulton, N., Nielsen Book Services)</li>
|
|
<li>The Book of Kubernetes: A Complete Guide to Container Orchestration (Hohn, A, No Starch Press)</li>
|
|
</ol>
|
|
</section>
|
|
<?php
|
|
include "../includes/footer.php";
|
|
?>
|
|
</body>
|
|
</html>
|