Skip to content

VR-Schipkowski/SimpleK8MVC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleK8MVC

Introduction

This project demonstrates a simple application deployed on Kubernetes using Minikube. A Backand service proviedes a conection to a database, the frontend-service proviedes a simple view. both connected using tls secured ingress.

Prerequisites

Installation

Install Minikube

Follow the official Minikube installation guide for your operating system: Minikube Installation

Install kubectl

Follow the official kubectl installation guide: kubectl Installation

Usage

You can use the provided script: /start.sh The script was only tested on linux. Running "/start.sh start" will start the cluster and application, run "./start.sh" for more options. For the ingress to work you have to manually add the provided entry to your local DNS resolver. As the TLS key is created locally, your browser will complain and you have to allow an exception. Have fun.

About

Simple example Projekt to get back in touch with K8s

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors