Files
lecturer/container-ti/index.php
T
Willy Sudiarto Raharjo 262b435326 update material.
Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
2025-01-22 12:52:59 +07:00

86 lines
2.7 KiB
PHP

<!DOCTYPE html>
<head>
<title>Willy Sudiarto Raharjo - Computer Security</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>Introduction to Amazon ECS</li>
<li>Introduction to Kubernetes Cluster Architectures and Installation</li>
<li>Kubernetes Workloads (Pods, Deployment, ReplicaSets, Jobs)</li>
<li>Kubernetes Networking Services (NodePort, ClusterIP, LoadBalancer, DNS)</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</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>