stakeholders:
- 3 raspberry pi 3b+/4/zero
- k3s - lightweight k8s for IoT/ARM
- tailscale - software defined mesh VPN with private DNS built in
[ dev@dev:storefront (develop) ] | |
> sudo npm update -g | |
[sudo] password for dev: | |
npm http GET https://registry.npmjs.org/gulp | |
npm http GET https://registry.npmjs.org/bower | |
npm http GET https://registry.npmjs.org/sails | |
npm http 304 https://registry.npmjs.org/gulp | |
npm http 304 https://registry.npmjs.org/bower | |
npm http 304 https://registry.npmjs.org/sails | |
npm http GET https://registry.npmjs.org/archy |
server { | |
listen 8080; | |
root /home/ottemo/dashboard/dist/; | |
index index.html; | |
location / { | |
try_files $uri $uri/ =404; | |
} | |
} |
apiVersion: v1beta1 | |
kind: Pod | |
id: ottemo | |
desiredState: | |
manifest: | |
version: v1beta1 | |
id: ottemo | |
containers: | |
- name: foundation | |
image: foundation |
; Domain: karigran.com | |
; Exported (y-m-d hh:mm:ss): 2015-05-30 15:15:58 | |
; | |
; This file is intended for use for informational and archival | |
; purposes ONLY and MUST be edited before use on a production | |
; DNS server. | |
; | |
; In particular, you must update the SOA record with the correct | |
; authoritative name server and contact e-mail address information, | |
; and add the correct NS records for the name servers which will |
stakeholders:
[AWS Service annotations](https://github.com/kubernetes/kubernetes/blob/v1.12.0/pkg/cloudprovider/providers/aws/aws.go) | |
--- | |
- `service.beta.kubernetes.io/aws-load-balancer-access-log-emit-interval` (in minutes) | |
- `service.beta.kubernetes.io/aws-load-balancer-access-log-enabled` (true|false) | |
- `service.beta.kubernetes.io/aws-load-balancer-access-log-s3-bucket-name` | |
- `service.beta.kubernetes.io/aws-load-balancer-access-log-s3-bucket-prefix` | |
- `service.beta.kubernetes.io/aws-load-balancer-additional-resource-tags` (comma-separated list of key=value) | |
- `service.beta.kubernetes.io/aws-load-balancer-backend-protocol` (http|https|ssl|tcp) | |
- `service.beta.kubernetes.io/aws-load-balancer-connection-draining-enabled` (true|false) |
Clickhouse Architecture
Use Cases