Moving Kops Aws Kubernetes API from Public to Internal ELB - 2018-05-14

Kops made very easy this change, first you need to edit your cluster: # kops edit cluster --name CLUSTER_NAME Change the type from Public in to private # Please edit the object below. Lines beginning with a '#' will be ignored, # and an empty file will abort the edit. If an error occurs while saving this file will be # reopened with the relevant failures. # apiVersion: kops/v1alpha2 kind: Cluster metadata: creationTimestamp: 2018-04-25T04:23:38Z name: staging.

Configure automatically external dns on Kubernetes - 2018-05-04

External DNS ExternalDNS’ current release is v0.5. This version allows you to keep selected zones (via --domain-filter) synchronized with Ingresses and Services of type=LoadBalancer in various cloud providers: Google CloudDNS AWS Route 53 AzureDNS CloudFlare DigitalOcean DNSimple Infoblox Dyn OpenStack Designate PowerDNS Example for Route 53 on AWS Kops kubernetes cluster with a ressouces files: --- apiVersion: extensions/v1beta1 kind: Deployment metadata: name: external-dns namespace: YOUR_NAME_SPACE spec: strategy: type: Recreate template: metadata: labels: app: external-dns spec: containers: - name: external-dns image: registry.

Bindwith PostgreSQL backend at CentOS 6.4 - 2016-11-23

BIND/named with PostgreSQL back end at CentOS 6.4 I’ve been trying to find a good documentation on setting up Bind with PostgreSQL as its back end. So far the information is sparse so I’ve decided to put this recipe together. There is much more than this but the idea is to give you a start. 1) First, make sure you have bind, bind-sdb, postgresql-server RPMs (and their dependencies) installed. 2) After having the RPMs in your system, you have to configure the iptables to allow DNS queries.

Activate IPv6 on Ubiquity Edge router lite - 2016-04-09

Summary Below are the commands and my thoughts on setting up IPv6 on a Ubiquiti Networks EdgeRouter Lite (ERLite-3). Were one to follow this as a guide, the results should be functioning IPv6 on the WAN and LAN side. Note: As of EdgeMax v1.9.0, most IPv6 functionality is not available via the GUI. But, there is a new wizard as of this release which may work for the most basic case.