Pithy Guide to Kubernetes Part 2: Golang
6y agoen
Source
jdx.devPithy Guide to Kubernetes Part 2: Golangjdx.devIf you haven’t done Part 1 you’ll need to start there. In Part 1 we setup Minikube and added an Ingress, Service, and Deployment to the k8s cluster. Now we’ll finish that work by giving the Deployment an image to load. The full example code is available on GitHub . Build the Go API First initialize this directory as a Go module: [optional, but recommended] $ go mod init Now create a simple Go JSON API
You might also wanna read
Guide to Setting Up a Small Self-Managed Kubernetes Cluster on NixOS
The article details a technical guide for setting up a small, self-managed Kubernetes cluster on NixOS. The author, experienced with managed
stephank.nl·7mo ago
K8s Games - Learn Kubernetes by Playing

Building Docker images in Kubernetes
Snyk·4y ago
Using Helm with Kubernetes - A Guide to Helm Charts and Their Implementation
iceberglakehouse.com·1y ago

Container images simplified with Ko
Snyk·3y ago

Best practices for containerizing Go applications with Docker
Snyk·4y ago

Comments
Sign in to join the conversation.
No comments yet. Be the first.