From my previous post, we flashed a RaspberryPi 4 with RaspbianOS and Installed K3S Distribution of Kubernetes. In this post we will develop, build and deploy a Basic Golang Web Application and Deploy it to K3S and access our application
Golang
A collection of 8 posts
Build Small Golang Docker Containers
In this tutorial I will show you how to build really small docker containers for golang applications. And I mean the difference between 310MB down to 2MB But Alpine..So we thinking lets go with alpine right? Yeah sure lets
Self Hosted Git and CICD Platform with Gitea and Drone on Docker
Both gitea and drone is built on golang runs on multiple platforms including a raspberry pi and its super lightweight. Oh yes, and its awesome! In this tutorial we will see how we can implement our own git service and
Setup a Golang Environment on Ubuntu
In this post I will demonstrate how to setup a golang environment on Ubuntu. Get the sources: Get the latest stable release golang tarball from https://golang.org/dl/ and download to the directory path of choice, and extract the
Golang: Building a Basic Web Server in Go
Continuing with our #golang-tutorial blog series, in this post we will setup a Basic HTTP Server in Go. Our Web Server: Our Web Server will respond on 2 Request Paths: - / -> returns "Hello, Wolrd!" - /cheers
Golang: Reading from Files and Writing to Disk with Arguments
From our Previous Post we wrote a basic golang app that reads the contents of a file and writes it back to disk, but in a static way as we defined the source and destination filenames in the code. Today
Golang: Reading from Files and Writing to Disk with Golang
Today we will create a very basic application to read content from a file, and write the content from the file back to disk, but to another filename. Basically, doing a copy of the file to another filename. Golang Environment:
Your First Hello World App with Golang
So everyone has been saying how awesome Golang is, and at this moment, I am quite curious to fiddle with it. Golang Environment: Golang Docker Image A quick way to get a Golang Environment, will be to use Docker. We
Subscribe to Sysadmins
Subscribe today and get access to a private newsletter and new content every week!