Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

25 total results found

Install ArgoCD

Kubernetes ArgoCD

Untuk menginstall ArgoCD buat namespace terlebih dahulu kubectl create namespace argocd lalu install argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml update ClusterIP menjadi NodePort kubec...

Install Kubernetes menggunakan RKE2

Kubernetes Installation

Pada saat installasi ini saya menggunakan 4 node 1 Master Node3 Worker Node Pada Master Node, jalankan perintah berikut untuk menginstall curl -sfL https://get.rke2.io | sh - Enable service rke2 server systemctl enable rke2-server.service Jalankan rke2 s...

Zerotier

Networking

Kegunaan utama ZeroTier adalah untuk menghubungkan 2 atau lebih server private yang tidak memiliki ip public static. Atau juga bisa digunakan untuk mengkoneksikan VPS dengan homelab. Install zerotier-cli pada linux curl -s 'https://raw.githubusercontent.com/...

Install

Docker

Untuk menginstall docker, caranya cukup mudah, hanya menggunakan 1 perintah di bawah ini. curl http://get.docker.com | bash apabila mengalami 'unsupported distribution' seperti ini, ada alternatif lain untuk menginstallnya. tambahkan repo docker dnf inst...

Persistent Volume menggunakan Longhorn

Kubernetes

Install longhorn kubectl create ns longhorn-system kubectl -n longhorn-system apply -f https://raw.githubusercontent.com/longhorn/longhorn/v1.5.3/deploy/prerequisite/longhorn-iscsi-installation.yaml kubectl -n longhorn-system apply -f https://raw.githubuser...

Shared Library

Jenkins

Jenkins Shared Library adalah fitur yang memungkinkan untuk melakukan reusable code pipeline, jadi satu code share library bisa digunakan untuk banyak pipeline. Hal ini akan memudahkan untuk membuat pipeline serta maintenancenya. Pertama buat dulu source code...

Docker Inspect

Docker

Untuk mengetahui ip address dari sebuah container docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' container_name_or_id