faramarzQ / kubernetes_volume_demonstrator

Demonstrating writing and reading on Kubernetes' volume using two Golang servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubernetes volume demonstrator

Demonstrating writing and reading on Kubernetes' volume using two Golang servers

Introduction

This is a project which Demonstrates how does volume on kubernetes works. There are two golang containers Communicating with each other through a volume, one Writes a random number in a text file and the other reads the content of that file.

About

Demonstrating writing and reading on Kubernetes' volume using two Golang servers


Languages

Language:Go 76.7%Language:Dockerfile 23.3%