Daz Wilkin

Results 48 comments of Daz Wilkin

I've begun work on a Kubernetes system: https://github.com/DazWilkin/bigmachine/tree/kubernetes

The Kubernetes implementation is straightforward and I have this working. I've tested on [microk8s](https://microk8s.io) and [Kubernetes Engine](https://cloud.google.com/kubernetes-engine/) and will try on [Digital Ocean](https://www.digitalocean.com/products/kubernetes/) today. [The GCE implementation is also working...

This is at a point where it is functional: https://github.com/DazWilkin/bigmachine/tree/kubernetes I've tested it on [microk8s](https://microk8s.io); [Kubernetes Engine](https://cloud.google.com/kubernetes-engine); and [Digital Ocean](https://www.digitalocean.com/products/kubernetes/)

Thanks for the reply! ``` go build && ./bigpi 2019/10/04 11:25:17 waiting for machines to come online 2019/10/04 11:25:17 resetting http client https://localhost:33321/ while calling to Supervisor.Ping: temporary network error...

If I run `bigpi.go` within the module, it works. If I run it -- as I had -- by referencing `bigmachine` from a separate repo containing `bigpi.go`, it fails. Unsure...

Thank you. I misunderstood. I'll review the EC2 implementation as I'm unclear how to "arrange for them to die" on GCE.

I may have to be more explicit about this. I think there's no way for GCE instances to delete themselves on shutdown|failure.

Untested (on Azure) but the Kubernetes implementation should work on any Cloud provider's Kubernetes service: https://github.com/grailbio/bigmachine/issues/3#issuecomment-555224366

Today, I left the cluster running (w/ CRDs deployed and custom resources created) for 3 hours before attempting to enumerate the custom resources. I used the `--namespace` flag rather than...

Hmmmm 🤔 Using `-v=9` 1. `kubectl get all --namespace={namespace} -v=9` ```console loader.go:372] Config loaded from file: [REDACTED] round_trippers.go:466] curl -v -XGET -H "Accept: application/json;as=Table;v=v1;g=meta.k8s.io,application/json;as=Table;v=v1beta1;g=meta.k8s.io,application/json" -H "User-Agent: kubectl/v1.24.2 (linux/amd64) kubernetes/f66044f" 'https://34.106.24.10/api/v1/namespaces/[REDACTED]/pods?limit=500'...