Skip to content

Instantly share code, notes, and snippets.

k8s Cluster on IONOS Cloud

  1. In the top menu, go to 'MANAGER' -> 'Kubernetes manager'
  2. Click on '+ Create Cluster' and give it a name (e.g. "DES"). (This can take some time - refreshing the page seems to help to update the status)
  3. Select the newly created Cluster
  4. Click on 'Node pools in Cluster' -> 'Create node pool'. Select an existing Data Center or create a new one (e.g. "playground"). Add a couple of nodes (-> 'Node Count') to the pool.
  5. Select a CPU and "Storage Type" and click on 'Create node pool'

The provisioning takes some time (it may look like nothing is happening). Just wait and/or refresh. After some time, the cluster nodes should appear in your data center, connected to a new 'Internet Access' node.

### completion ###
set show-all-if-ambiguous on
set completion-ignore-case on
### emacs ###
set editing-mode emacs
set keymap emacs
### history search ###
"\e[5~": history-search-backward #PgUp

Set up L2TP/IPsec VPN on Debian

Set up IPsec

Set up networking

# minimalistic CMakeLists.txt for a simple NEAT-based application
cmake_minimum_required(VERSION 3.8)
project(neat_proxy)
set(CMAKE_C_STANDARD 99)
# NEAT currently has dependencies on libuv, ldns, and jansson
FOREACH(LIB neat uv ldns jansson)
FIND_LIBRARY(LIBPATH ${LIB})
IF (LIBPATH)

Keybase proof

I hereby claim:

  • I am bozakov on github.
  • I am zdravko (https://keybase.io/zdravko) on keybase.
  • I have a public key ASDFmlIudsEV0L0ahVXIUNElEiT4-I20Ey_iMdMIJmMLJgo

To claim this, I am signing this object:

@bozakov
bozakov / dot_emacs
Last active August 29, 2015 14:07
My .emacs file
;; installed modules: deft smooth-scrolling auto-complete elpy
;; nice modules: git-timemachine, smartparens, org-bullets-mode, exec-path-from-shell
;; set the default frame parameters
(setq initial-frame-alist '((width . 100)
(tool-bar-lines . 0)
(vertical-scroll-bars . nil)
(internal-border-width . 0)))
(setq default-frame-alist '((tool-bar-lines . 0)