Fading Coder

One Final Commit for the Last Sprint

Deploying Kubernetes on Azure with CoreOS and Weave Networking

This guide walks through deploying a Kubernetes cluster on Microsoft Azure using CoreOS as the operating system and Weave for container networking. Weave provides secure, simple, and transparent network connectivity between pods acros nodes. The setup described here is designed to be production-read...

Secure Configuration File Encryption in Azure Web Apps and Web Jobs

Azure Web Apps and Web Jobs operate on a distinct hosting model that makes conventional configuraton encryption methods, such as DataProtectionConfigurationProvider and RSAProtectedConfigurationProvider, unreliable for long-term decryption. To securely encrypt sensitive configuration data, such as c...