Advanced Search
Search Results
30 total results found
K3s Homelab Deployment Guide
DevOps
Kumpulan dokumentasi DevOps, CI/CD, dan deployment.
Integrasi & Implementasi CI/CD pada Gitlab dan Heroku
Kubernetes Cluster Installation on CentOS 7
Kubernetes Dashboard with NodePort
Securing NGINX-ingress K8S
HorizontalPodAutoscaler Kubernetes
CI/CD
Automated build, test, and deployment pipelines
Kubernetes
Container orchestration and cluster management
Logging
Centralized logging with Elastic Stack and Graylog
Part 1 | Elastic Stack 8.4 on Docker Installation
Part 2 | Configure Elastic Observability with Fleet
Installasi Graylog on Ubuntu Server 20.04 LTS
Linux SysAdmin
Linux system administration guides and server configurations
WordPress Replication
Nginx load balancer and WordPress database replication setup
Part 1 | Nginx 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
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
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...