Go 01 Apr 202411 Add Unit Tests Using MockeryAt this stage we will need the following dependencies bash Copy 1brew install mockery 34 mntRead
Go 30 Mar 202410 Adding Simple AuthenticationAt this stage we will try to add simple Authentication by using middleware in Golang. You need to know that … 5 mntRead
Kubernetes for Beginners 10 Mar 2024Deployement Service to Google Kubernetes Engine Cloud (GKE)This time we will try to deploy our service to the Google Cloud Platform Server. Google Cloud has been … 3 mntRead
Kubernetes for Beginners 09 Mar 2024Implementation Microservices Architecture using KubernetesOn this occasion we will try to create an application that has implemented Microservice Architecture using … 8 mntRead
Kubernetes for Beginners 08 Mar 2024Understanding Kubernetes ServicesKubernetes Service provides communication between components inside or outside the application. These … 3 mntRead
Kubernetes for Beginners 07 Mar 2024Understanding Kubernetes NetworkingNetworking on Kubernetes is very challenging because you need to know how computer networks communicate. … 2 mntRead
Kubernetes for Beginners 06 Mar 2024Understanding Kubernetes DeploymentsWe want to learn how to Kubernetes working in the development process. Kubernetes will gives some tags … 9 mntRead
Kubernetes for Beginners 05 Mar 2024Understanding Kubernetes Replica Controller dan ReplicasetReplica ControllerReplica Controller is a mechanism used to replicate applications and we can handle it when … 5 mntRead
Kubernetes for Beginners 04 Mar 2024Understanding PODs KubernetesWe will try to create a pod using a YAML file on Kubernetes. Kubernetes usually uses YAML files to create … 3 mntRead
Kubernetes for Beginners 03 Mar 2024Introduction YAML SyntaxYAML ConfigurationA YAML file is used to represent the data that want to configure or settings on the … 3 mntRead
Kubernetes for Beginners 02 Mar 2024Understanding Kubernetes ArchitectureEra Deployments In the picture above you can see the current deployment era. 2 mntRead
Kubernetes for Beginners 01 Mar 2024Introduction Learn KubernetesRequirements Colima Docker Kubernetes Minikube Understanding Kubernetes or K8sWhat we more often call … 3 mntRead