Skip to content

Instantly share code, notes, and snippets.

View valmac's full-sized avatar
🏠
Working from home

camlav valmac

🏠
Working from home
  • planet The Earth
View GitHub Profile

##Reactive System Design Links

#Articles and Papers

@valmac
valmac / TD-Agent-GELF.sh
Created February 20, 2021 12:53 — forked from chilledornaments/TD-Agent-GELF.sh
Installing the GELF plugin for td-agent on CentOS 7
#!/usr/bin/env bash
# I've spent too much time banging my head against the wall trying to do this to not document it
cd /etc/td-agent/plugin/ && sudo wget https://raw.githubusercontent.com/emsearcy/fluent-plugin-gelf/master/lib/fluent/plugin/out_gelf.rb
sudo /usr/sbin/td-agent-gem install gelf
echo "Installed td-agent GELF plugin"
exit 0
@valmac
valmac / kubectl
Created May 25, 2022 15:39 — forked from kevsersrca/kubectl
Kubernetes команды примеры
kubernetes commands
kubectl get pods && kubectl get services --all-namespaces
kubectl get nodes - список нодов
kubectl taint nodes --all node-role.kubernetes.io/master- - запуска подов на мастере.
kubectl get pod redis --watch