Skip to content

Instantly share code, notes, and snippets.

@epk
epk / go.mod
Last active March 22, 2023 23:43
module github.com/epk/play
go 1.20
require (
k8s.io/client-go v0.26.3
sigs.k8s.io/controller-runtime v0.14.5
)
require (
apiVersion: kyverno.io/v1
kind: ClusterPolicy
metadata:
name: validate-networkpolicy-namespace-selector
spec:
validationFailureAction: Enforce
rules:
- name: validate-networkpolicy-namespace-selector
match:
resources:
apiVersion: kubescheduler.config.k8s.io/v1beta3
kind: KubeSchedulerConfiguration
profiles:
- schedulerName: default-scheduler
pluginConfig:
- name: PodTopologySpread
args:
defaultConstraints:
- maxSkew: 3
topologyKey: "kubernetes.io/hostname"
layered_runtime:
layers:
- name: static_layer
static_layer:
envoy.resource_monitors.downstream_connections: 2048
envoy.reloadable_features.http1_use_balsa_parser: true
envoy.reloadable_features.http2_use_oghttp2: true
envoy.reloadable_features.unified_mux: true
envoy.reloadable_features.enable_include_histograms: true
@epk
epk / README.md
Last active June 14, 2025 03:04
Google Maps Timeline Activity Viewer

Google Maps Timeline Activity Viewer

This tool visualizes Google Maps Timeline data using JSON exported from the Google Maps app on iOS. It includes a handful of improvements and fixes to make it work with the iOS format, building on the original project by kurupted.

Please be warned that bulk of this is GPT/Claude generated slop on top of the original project

Instructions