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

30 total results found

K3s Homelab Deployment Guide

DevOps Kubernetes

DevOps

Kumpulan dokumentasi DevOps, CI/CD, dan deployment.

Integrasi & Implementasi CI/CD pada Gitlab dan Heroku

DevOps CI/CD

Kubernetes Cluster Installation on CentOS 7

DevOps Kubernetes

Kubernetes Dashboard with NodePort

DevOps Kubernetes

Securing NGINX-ingress K8S

DevOps Kubernetes

HorizontalPodAutoscaler Kubernetes

DevOps Kubernetes

CI/CD

DevOps

Automated build, test, and deployment pipelines

Kubernetes

DevOps

Container orchestration and cluster management

Logging

DevOps

Centralized logging with Elastic Stack and Graylog

Part 1 | Elastic Stack 8.4 on Docker Installation

DevOps Logging

Part 2 | Configure Elastic Observability with Fleet

DevOps Logging

Installasi Graylog on Ubuntu Server 20.04 LTS

DevOps Logging

Linux SysAdmin

Linux system administration guides and server configurations

WordPress Replication

Linux SysAdmin

Nginx load balancer and WordPress database replication setup

Part 1 | Nginx Wordpress Replication

Linux SysAdmin WordPress Replication

Environment OS: Ubuntu 22.04 LTS 2 Server, with IP: WP1: 10.10.10.176 WP2: 10.10.10.115 PHP 8.1 Install Nginx + PHP (Run on both server) apt install nginx -y Install PHP and needed extensions apt install php php-{fpm,mysql,curl,xml,zip,mbstring,memcached,intl,...

Part 2 | Setup Replication Wordpress

Linux SysAdmin WordPress Replication

How to setup wordpress replication? many ways can be used, like rsync or scp . In this tutorial i prefer used tool called Lsyncd Lsyncd is Live Synching Mirror Daemon, is based on rsync+ssh+daemon services. You can easily sync local folder to remote folder in ...

Part 3 | Setup Load Balancer Nginx For Replication Wordpress

Linux SysAdmin WordPress Replication

How to access wordpress replica? You have 2 server, how client access it? Client can access by using DNS – you must configure Double A Record in DNS(load balancing round robin by default) Client access using loadbalancer – you must setup network/server for loa...