Skip to content

Instantly share code, notes, and snippets.

View salanki's full-sized avatar

Peter Salanki salanki

View GitHub Profile
@salanki
salanki / render-example.yaml
Last active October 25, 2019 18:45
For Brian
apiVersion: argoproj.io/v1alpha1
kind: Workflow
metadata:
generateName: render-123-classroom
spec:
maxParallelism: 50 # Run maximum 50 tasks in parallel
retryStrategy:
limit: 2 # Retry each task max twice
entrypoint: render
templates:

Keybase proof

I hereby claim:

  • I am salanki on github.
  • I am salanki (https://keybase.io/salanki) on keybase.
  • I have a public key ASCUTCgXmhpAZAGEASjr0WsQkx8a8xjqoaQiZF9lhfwvDgo

To claim this, I am signing this object:

@salanki
salanki / folding-at-home-deployment.yaml
Created March 11, 2020 00:17
Folding @ Home GPU Kubernetes Deployment
apiVersion: apps/v1
kind: Deployment
metadata:
name: folding-at-home
spec:
progressDeadlineSeconds: 25920000
replicas: 1
revisionHistoryLimit: 2
selector:
matchLabels:
@salanki
salanki / pixelstream-temple-ksvc.yaml
Last active April 22, 2023 08:58
KNative Service for Unreal Engine Pixelstream
# On how to build the pixelstreaming images yourself: https://adamrehn.com/articles/pixel-streaming-in-linux-containers/
# and https://github.com/adamrehn/ue4-example-dockerfiles/tree/master/pixel-streaming. All images used in this YAML are public.
# Developed for Bare Metal Managed Kubernetes GPUs from http://www.coreweave.com
# Will work locally without any additional components if POD CIDRs are reachable from the clients computer. To work from the Internet, a STUN/TURN server needs to be setup. Hit me up for more info on that.
apiVersion: serving.knative.dev/v1
kind: Service
metadata:
name: ue4-temple
spec: