Sync V3 Infrastructure Abstraction
At its core, the system is event driven.
ex: "a record changed", "an Entity changed", or [future event type]
<div class="container"> | |
<div class="machine-bg"> | |
<div class="player"></div> | |
<div class="controls"> | |
<div> | |
<div id="temperature" class="mdc-slider" tabindex="0" role="slider" aria-valuemin="0.2" aria-valuemax="2" aria-valuenow="1.1" | |
aria-label="Select temperature"> | |
<div class="mdc-slider__track-container"> | |
<div class="mdc-slider__track"></div> | |
</div> |
const rp = require('request-promise') | |
const Nightmare = require('nightmare') | |
const run = async () => { | |
const nightmare = Nightmare({ | |
show: false | |
}) | |
let allTypes = [] |
Some quick snippots for how to keep ES alive
To check the general status of ES hit this url (while on the VPN)
apiVersion: kops.k8s.io/v1alpha2
kind: InstanceGroup
metadata:
creationTimestamp: null
labels:
kops.k8s.io/cluster: prod.my.cluster
name: spot-nodes
spec:
image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20210415