Skip to main content

Recently Updated Pages

Install Kubernetes menggunakan K3s

Kubernetes Installation

Pada saat installasi ini saya menggunakan 3 node 1 Master Node2 Worker Node Install k3s pada Ma...

Updated 5 months ago by Rheno

Docker Inspect

Docker

Untuk mengetahui ip address dari sebuah container docker inspect -f '{{range.NetworkSettings.Net...

Updated 1 year ago by Rheno

Erase all container log

Docker

Buat file erase-log-docker.sh #!/bin/bash docker=`docker ps --format '{{.Names}}'` for i in $d...

Updated 1 year ago by Rheno

Telegram Notification

Wazuh

Buat fileĀ /var/ossec/integrations/custom-telegram #!/bin/sh WPYTHON_BIN="framework/python/bin...

Updated 1 year ago by Rheno

Config

Nginx

Config Nginx user nginx; worker_processes auto; error_log /var/log/nginx/error.log notice...

Updated 1 year ago by Rheno

Shared Library

Jenkins

Jenkins Shared Library adalah fitur yang memungkinkan untuk melakukan reusable code pipeline, jad...

Updated 1 year ago by Rheno

Persistent Volume menggunakan Longhorn

Kubernetes

Install longhorn kubectl create ns longhorn-system kubectl -n longhorn-system apply -f https://...

Updated 1 year ago by Rheno

Install ArgoCD

Kubernetes ArgoCD

Untuk menginstall ArgoCD buat namespace terlebih dahulu kubectl create namespace argocd lalu in...

Updated 1 year ago by Rheno

Install Kubernetes menggunakan RKE2

Kubernetes Installation

Pada saat installasi ini saya menggunakan 4 node 1 Master Node3 Worker Node Pada Master Node, j...

Updated 1 year ago by Rheno

Install

Docker

Untuk menginstall docker, caranya cukup mudah, hanya menggunakan 1 perintah di bawah ini. curl h...

Updated 1 year ago by Rheno

Pull Image from Private Registry

Kubernetes

Sebelum pull image dari docker private registry pada kubernetes, lakukan login terlebih dahulu. P...

Updated 1 year ago by Rheno

Zerotier

Networking

Kegunaan utama ZeroTier adalah untuk menghubungkan 2 atau lebih server private yang tidak memilik...

Updated 1 year ago by Rheno

Kubernetes Dasboard

Kubernetes

Install kubernetes-dashboard terlebih dahulu $ kubectl apply -f https://raw.githubusercontent.co...

Updated 1 year ago by Rheno

ArgoCD Image Updater

Kubernetes ArgoCD

https://argocd-image-updater.readthedocs.io/en/stable/install/installation/ kubectl apply -n arg...

Updated 1 year ago by Rheno

Wazuh Configuration

Wazuh

<!-- Wazuh - Manager - Default configuration for almalinux 9.2 More info at: https://docume...

Updated 1 year ago by Rheno

Show All Credential

Jenkins

Login to jenkins Go to manage jenkins Click in run Script import com.cloudbees.plugins.cre...

Updated 1 year ago by Rheno