Skip to content

yongkanghe/oke-k10

Repository files navigation

Follow @YongkangHe on Twitter, Subscribe K8s Data Management Youtube Channel

I just want to build an OKE Cluster (Oracle Kubernetes Engine) to play with the various Data Management capabilities e.g. Backup/Restore, Disaster Recovery and Application Mobility.

It is challenging to create a OKE cluster if you are not familiar to it. After the OKE Cluster is up running, we still need to install Kasten, create a sample DB, create policies etc.. The whole process is not that simple.

image

This script based automation allows you to build a ready-to-use Kasten K10 demo environment running on OKE in about 3 minutes. If you don't have an OKE Cluster, you can watch the Youtube video below and follow the guide to build an OKE cluster first. Once the OKE Cluster is up running, you can proceed to the next steps.

10 mins Build an OKE cluster

IMAGE ALT TEXT HERE

Subscribe K8s Data Management Youtube Channel

Here Are the prerequisities.

  1. Go to your terminal, download and set your kubeconfig
  2. Verify if you can access the cluster via kubectl
kubectl get nodes
  1. Clone the github repo, run below command
git clone https://github.com/yongkanghe/oke-k10.git
  1. Install the tools and set Oracle Cloud Access Credentials
cd oke-k10;./ociprep.sh
  1. Optionally, you can customize the region, bucketname
vi setenv.sh

To build the labs, run

./k10-deploy.sh
  1. Install Kasten K10
  2. Deploy a Postgresql database
  3. Create an OCI OS location profile
  4. Create a backup policy for Postgresql
  5. Backup jobs scheduled automatically

To delete the labs, run

./k10-destroy.sh
  1. Remove Postgresql database
  2. Remove Kasten K10
  3. Remove all the relevant snapshots
  4. Remove the objects from the storage bucket

3 mins Backup Containers on OKE

IMAGE ALT TEXT HERE

Subscribe K8s Data Management Youtube Channel

Kubernetes / Kasten Learning

http://k8s.yongkang.cloud

Earn Kubernetes Badges

https://lnkd.in/gpptXmnY

Kasten - No. 1 Kubernetes Backup

https://kasten.io

Contributors

Follow Yongkang He on LinkedIn, Join Kubernetes Data Management LinkedIn Group

About

3 minutes to protect containers running on OKE Oracle Kubernetes Engine (Postgresql+K10+Policy).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages