Read Golang Weekly
Golang Weekly Newsletter, Gopa. Curated Golang news, tutorials, tools and more!
Join thousands of other readers, 100% free, unsubscribe anytime.
Join us
Golang Weekly Newsletter, Gopa. Curated Golang news, tutorials, tools and more!
Join thousands of other readers, 100% free, unsubscribe anytime.
Learn to deploy with Kubernetes and scale it with replicas.
Microservice Architecture is gaining lot of popularity and wider adoption within the community.
Containers have been around since the 1970s for creating an isolated environment where applications and services can run without interfering with other processes.
Kubernetes has been around for almost 7 years as of 2022. While its ecosystem has evolved with a plethora of fantastic resources in the form of documentation (shameless self-plug, I know), blogposts, videos, podcasts, and courses, there still is a pretty high entry level barrier if you’re entirely new to it. A majority of the questions I’ve received are around the very first step to be taken while learning and what is a good way to get started. This is a compilation I wish I had when I got started and I hope you find it useful.
This blog post is a continuation of this blog post where I attempted to give an introduction of Microservices and Docker containers. In this post we are going to delve deeper into Docker containers and get hands-on practice which should give a better understanding.
Every once in a while a new paradigm shift comes along that changes or brings another approach to the way software development is done. The “new” paradigm shift I will be talking about in this article is Containers.
In this tutorial, I am going to be creating an image with a file that will tell you the time of day the container has been deployed using Nginx.
From time to time, it is good to review the solutions that make up your infrastructure.
This article is written for part of the Software Engineering Project course in University of Indonesia. Any information put here may or may not be complete and should not be used as your only guideline.