Skip to content

Latest commit

 

History

History
60 lines (25 loc) · 2.75 KB

Lab400.md

File metadata and controls

60 lines (25 loc) · 2.75 KB

Lab 400: Kubernetes & OCI

OKE

Introduction

Similar to lab 300, this is just a collection of pre-requisites and resources. In lab401 we will be building on this knowledge.

You can manage kubernetes yourself on OCI, use the pre-built kubernetes installer, or use the enterprise class managed service Oracle Kubernetes Engine, OKE.

OKE enables quick deployment of containers, combines open Kubernetes, with the control, security, IAM, and predictable performance of OCI (Oracle offers the only SLA to include performance). OKE ensures highly available master nodes across a region's availability domains. The OCI Registry, OCIR, ensures in-flight and at rest data encryption. The best part - you're only paying for the OCI resources you use in your cluster, the VMs, storage, load balancers, etc; the registry and OKE management are provided at no extra cost.

Hands on

Begin by creating a cluster on OKE.

Continuing with OKE

MuShop - A cloud-native reference app for Oracle Cloud

CI/CD with containers

Running Jenkins on OKE

More on OKE

Resources

OKE API

kubectl cheat sheet

What is the point of a service provider's kubernetes engine over open source management?

OKE Product page

Videos

Tutorial playlist

Create & deploy conatiners

DevOps on OKE

More on OKE