Skip to content

0xthebeginning/learning-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Go Project

Practicing Go to deepen my systems and tooling skills.

learning-go

A minimal Go application that runs a basic HTTP server and is containerized and deployed to Kubernetes.


🧠 About

This is a personal learning project to explore Go, Docker, Kubernetes, and CI pipelines.
The app listens on port 8080 and responds with a simple message at the root path (/).


🛠️ Stack

  • Gohello.go
  • Docker – Containerized the Go app
  • Kubernetes – Deployed locally using Minikube
  • YAMLdeployment.yaml and service.yaml for Kubernetes

🚀 How to Run Locally (with Minikube)

  1. Start Minikube:
    minikube start --driver=docker

About

This repo is part of my personal journey to learn Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors