Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1013 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 1013 Bytes

EKS and FSxN - The most efficient way to run your and clone your containerized databases

This repo comes as an appendix to the this (link here) blog post. It will help you build the demo enviroment and run the code samples that are mendioned throughout the blog.

Prerequisites

  • Install Terraform on your workstation/server
  • Install aws cli on your workstation/server
  • Install kubectl on your workstation/server

Content

  • terraform - terraform code to start a demo environment in AWS with
  • samples - kubernetes yaml samples that are used throughout the blog
  • trident-installer - this is a sample trident installer directory we used to install trident while writing the blog. You should download the most updated version using the instructions in the blog