Login
Discover
Waves
Communities
Login
Signup
cluttered-code
@clutteredcode
51
Followers
121
Following
6
Follow
Email digest
Resource Credits
Available
Used
Created
2017-07-14 16:13
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
clutteredcode
programming
9y
Server SSH Key Security
SSH (Secure Shell) is the default way to access a remote Linux server. This post will cover securing server access by disabling direct access to the root user and using public/private keys instead of passwords
$ 39.955
114
6
1
clutteredcode
programming
9y
Docker Behind UFW Firewall
Ubuntu has a great firewall called the 'Uncomplicated Firewall' or UFW for short. This is a great option if you want to secure your system. Docker, by default, will update your iptables and punch holes
$ 82.104
67
6
3
clutteredcode
programming
9y
Docker Kubernetes Series: Part2 - MongoDB
Previous Post Source Code TLDR; setting up kubernetes Allows you to horizontally scale your application by adding multiple small servers instead of bigger more costly ones. It keeps your internal modules,
clutteredcode
programming
9y
Docker Kubernetes Series: High Scale Applications
Docker Kubernetes Series: High Scale Applications In this series I'll outline how I build and deploy web applications with high scale and availability with full DevOps in a language agnostic way so that