Meta
Categories
Tags
Recent Comments
- Lucas Frisbie on About
- Migrating Drupal and WordPress sites using Docker | Ron Smith’s Blog – Radix Codex on Migrating Drupal and WordPress sites using Docker
- Patrick Oberdorf on Migrating Drupal and WordPress sites using Docker
- Norbert F. Rhodes on Easy Grails hosting
- ron on Making Eclipse run configurations portable
Tag Archives: vagrant
Exploring Algorand: Preparing to query blockchain data
I’ve been exploring Algorand as a blockchain platform to build on. Algorand supports smart contracts via its own virtual machine, has a good transaction rate, low fees, is decentralized, and uses a proof of stake consensus algorithm. This post starts … Continue reading
Automatically installing and cleaning up software on Kubernetes hosts
I had a need to automatically install software on each node in a Kubernetes cluster. In my case, security scanning software. Kubernetes can start new nodes to scale up automatically, destroy nodes when no longer needed, and create/destroy nodes as … Continue reading