Skip to content

Instantly share code, notes, and snippets.

View akamas's full-sized avatar

SAnker akamas

View GitHub Profile
@akamas
akamas / ALL-IS-A-KUBE.mk
Last active September 23, 2022 22:07
|| KUBERNETES | KUBE | ALL-IS-A-KUBE || "All IS A KUBE" || KUBE || ALL-IS-A-KUBE || "All IS A KUBE" || KUBE || ALL-IS-A-KUBE || "All IS A KUBE" | KUBE | KUBERNETES ||
#####################################################################################################################################################################################
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||**************|******|*****************||*******************||******||*****************||******************||******||*****************||*******************|*********************||
|| KUBERNETES | KUBE | ALL-IS-A-KUBE || "All IS A KUBE" || KUBE || ALL-IS-A-KUBE || "All IS A KUBE" || KUBE || ALL-IS-A-KUBE || "All IS A KUBE" | KUBE | KUBERNETES ||
|| KUBERNETES | KUBE | ALL-IS-A-KUBE || "All IS A KUBE" || KUBE || ALL-IS-A-KUBE || "All IS A KUBE" || KUBE || ALL-IS-A-KUBE || "All IS A KUBE" | KUBE | KUBERNETES ||
|| ++++++++++ | ++++ | +++++++++++++ || +++++++++++++++ || ++++ || +++++++++++++ || ++++++++++++++ ||
@akamas
akamas / .bashrc
Last active February 4, 2023 00:55
bahsrc alias + short installer
############ NEW ALIAS ###########################
alias up='apt update && apt full-upgrade -y && apt -y autoremove'
alias os='cat /etc/os-release'
alias aptin='apt -y install'
alias snapin='snap install'
alias brewin='brew install'
alias dock='docker'
alias dops='docker ps'
alias ku='kubectl'
alias kubectl='k3s kubectl'
@akamas
akamas / scockpit.sh
Last active November 18, 2021 14:23
SCockpit
apt install -y wget curl nano git cockpit cockpit-ws cockpit-podman cockpit-storaged cockpit-networkmanager cockpit-packagekit cockpit-machines && wget https://github.com/45Drives/cockpit-navigator/releases/download/v0.5.5/cockpit-navigator_0.5.5-2focal_all.deb && apt install ./cockpit-navigator_0.5.5-2focal_all.deb
# https://github.com/45Drives/cockpit-navigator
@akamas
akamas / sources.list
Created November 13, 2021 12:56 — forked from ishad0w/sources.list
Ubuntu 20.04 LTS (Focal Fossa) -- Full sources.list
deb http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
@akamas
akamas / !proxmox_k3s_cluster.sh
Created October 24, 2021 21:35 — forked from ilude/!proxmox_k3s_cluster.sh
Proxmox k3s cluster creation scripts
#!/bin/bash
# curl -s https://gist.githubusercontent.com/ilude/457f2ef2e59d2bff8bb88b976464bb91/raw/cluster_create_setup.sh?$(date +%s) > ~/bin/setup_cluster.sh; chmod +x ~/bin/setup_cluster.sh; setup_cluster.sh
echo "begin cluster_create_setup.sh"
export CREATE_TEMPLATE=1 #false
while test $# -gt 0; do
case "$1" in
--template)
export CREATE_TEMPLATE=0 #true
@akamas
akamas / S3KS3_Start
Created October 11, 2021 06:14
Start from Zero - k3s+docker+portainer
## Start from Zero
curl -sfL https://get.k3s.io | sh - && apt install docker.io -y && systemctl enable docker && systemctl start docker && curl -L "https://github.com/docker/compose/releases/download/v2.0.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose && chmod +x /usr/local/bin/docker-compose && docker volume create portainer_data && docker run -d -p 8000:8000 -p 9000:9000 --name=portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce && wget https://gist.githubusercontent.com/akamas/8a165c31bd8935d707afc37ab60ac1a2/raw/890413957f6c30a3ca9bedc88aba6f504e15960d/k3s-persistent-claim.yml -c -O k3s-persistent-claim.yml && chmod +x k3s-persistent-claim.yml && kubectl apply -f k3s-persistent-claim.yml && wget https://gist.githubusercontent.com/akamas/e1acdf71011918786b4915878cdca803/raw/38c00685b82f5acde19a4cddd74a543c2ed84995/k3s-registry-deployment.yml -c -O k3s-registry-deployment.yml && chmod +x k3s-registry-deployment.y
@akamas
akamas / k3s-registry-deployment.yml
Created October 11, 2021 03:41
k3s-registry-deployment.yml
apiVersion: apps/v1
kind: Deployment
metadata:
name: docker-registry
labels:
app: docker-registry
spec:
replicas: 1
selector:
matchLabels:
@akamas
akamas / k3s-persistent-claim.yml
Created October 11, 2021 03:40
k3s-persistent-claim.yml
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: docker-registry-pvc
spec:
storageClassName: "local-path"
accessModes:
- ReadWriteOnce
resources:
requests:
@akamas
akamas / PROD K3S
Created October 8, 2021 21:00
PROD K3S
https://github.com/digitalis-io/k3s-on-prem-production
@akamas
akamas / Nginx_Proxy_Proxmox
Created October 8, 2021 17:57
Nginx Proxy Proxmox
https://pve.proxmox.com/wiki/Web_Interface_Via_Nginx_Proxy