Skip to content

Johnstx/Volumes-for-Data-Persistence-in-Kubernetes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Persistence in Kubernetes

This lab provides a guide to the practice of achieving data persistence in pods.

Pod/s running in an EKS will be configured for data persistence.

Requirements

  1. An AWS account - For provisioning an EKS cluster.
  2. Terraform - To automate cluster provisioning. (optional in a testing case)

You can create a test cluster quickly by using the block below -

eksctl create cluster \
  --name staxx \
  --region us-east-2 \
  --nodegroup-name worker \
  --node-type t2.micro \
  --nodes 2

This will provision a cluster with the name staxx in the specified region and other specified settings as per above. It readies every other component required for a running kubernetes cluster.

eksctlmust be installed in your local device to enable these commands. For other pre-requisites, check here

About

Design Kubernetes pods with data persistence. Explore, contribute and Collaborate ~~

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy