Implementation Microservices Architecture using Kubernetes
On this occasion we will try to create an application that has implemented Microservice Architecture using …
421 All Posts
Berbagi Seputar Android, Gadget, Hardware, Linux, Software, Networking, Programming, Sains Teknologi
On this occasion we will try to create an application that has implemented Microservice Architecture using …
Kubernetes Service provides communication between components inside or outside the application. These …
Networking on Kubernetes is very challenging because you need to know how computer networks communicate. …
We want to learn how to Kubernetes working in the development process. Kubernetes will gives some tags …
Replica ControllerReplica Controller is a mechanism used to replicate applications and we can handle it when …
We will try to create a pod using a YAML file on Kubernetes. Kubernetes usually uses YAML files to create …
YAML ConfigurationA YAML file is used to represent the data that want to configure or settings on the …
Era Deployments In the picture above you can see the current deployment era.
Requirements Colima Docker Kubernetes Minikube Understanding Kubernetes or K8sWhat we more often call …
At this stage we will create the main function of the project that we have created. In the main function we …
At this stage we will add validation for each request sent to the API Application on our Services for example …
At this stage we will continue the project that we have created by creating a Delivery Layer. This layer as …
This time we will continue the project of making this RESTFul API by creating a Usecase function. Previously …
This time we will create an Article Repository that needs to communicate to the MySQL database. We have a …
At this stage we will try to implement Clean Architecture, where this concept according to Uncle Bob has 4 …