Pemrograman

14 Artikel tersedia

Deployement Service to Google Kubernetes Engine Cloud (GKE)

Deployement Service to Google Kubernetes Engine Cloud (GKE)

This time we will try to deploy our service to the Google Cloud Platform Server.

Implementation Microservices Architecture using Kubernetes

Implementation Microservices Architecture using Kubernetes

On this occasion we will try to create an application that has implemented Microservice Architecture using Kubernetes.

Understanding Kubernetes Services

Understanding Kubernetes Services

Kubernetes Service provides communication between components inside or outside the application.

Understanding Kubernetes Networking

Understanding Kubernetes Networking

Networking on Kubernetes is very challenging because you need to know how computer networks communicate.

Understanding Kubernetes Deployments

Understanding Kubernetes Deployments

We want to learn how to Kubernetes working in the development process.

Understanding Kubernetes Replica Controller dan Replicaset

Understanding Kubernetes Replica Controller dan Replicaset

Replica Controller Replica Controller is a mechanism used to replicate applications and we can handle it when our application has a failure or initializes a failed POD.

Understanding PODs Kubernetes

Understanding PODs Kubernetes

We will try to create a pod using a YAML file on Kubernetes.

Introduction YAML Syntax

Introduction YAML Syntax

YAML Configuration A YAML file is used to represent the data.

Understanding Kubernetes Architecture

Understanding Kubernetes Architecture

Era Deployments In the picture above you can see the current deployment era.

How to Create a Stack Using the Standard Template Library

How to Create a Stack Using the Standard Template Library

Stack is a data structure that provides data like a stack in a glass, so if data is put into a glass the first one will be the last to be taken, then this data structure adheres to the LIFO (Last In First Out) rule.

How to Create a Stack using Double Linked List

How to Create a Stack using Double Linked List

Stack is a data structure that provides data like a stack in a glass, so if data is put into a glass the first one will be the last to be taken, then this data structure adheres to the LIFO (Last In First Out) rule.

How to Create a Stack using C++ Arrays

How to Create a Stack using C++ Arrays

Stack is a data structure that provides data like a stack in a glass, so if data is put into a glass the first one will be the last to be taken, then this data structure adheres to the LIFO (Last In First Out) rule.