Skip to content

smaddanki/mlops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Kubernetes Development Cluster

This project sets up a local Kubernetes development environment using k3d, Traefik, and PostgreSQL.

Prerequisites

  • Docker
  • kubectl
  • helm
  • k3d

Quick Start

# Create the cluster and install components
./scripts/install.sh

# To delete everything
./scripts/uninstall.sh

Components

  • K3d cluster with 1 server and 2 agents
  • Traefik as ingress controller
  • PostgreSQL database
  • Traefik Dashboard: http://traefik.localhost
  • PostgreSQL: postgres.localhost:5432

Connection Details

PostgreSQL:

  • Host: postgres.localhost
  • Port: 5432
  • Database: pgdatabase
  • Username: pguser
  • Password: pgpass123

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published