Johan Siebens

Results 20 comments of Johan Siebens

Consul is already available as an app: ``` > arkade install consul-connect --help Install Consul Service Mesh to any Kubernetes cluster Usage: arkade install consul-connect [flags] Examples: arkade install consul-connect...

> it's different consul. this one enables service mesh. I guess task is about installing vanilla consul (e.g. https://www.consul.io/docs/k8s) Not much of a difference I guess. It's the same consul...

@alexellis, can you explain why this will only work with inlets PRO? I was thinking about passing this source ranges to the provisioners. For example, the GCE provisioner already creates...

It is more about IP CIDR blocks. Some cloud providers honor the `loadBalancerSourceRanges` field in the Service spec, which allows you to provide a list of IP CIDR blocks allowed...

The loadBalancerSourceRanges field is mentioned in [Kubernetes API Reference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.19/#service-v1-core) There is a link to https://kubernetes.io/docs/tasks/access-application-cluster/configure-cloud-provider-firewall/ with more information, but apparently, that document is recently removed from the website. You can...

Hi @octdanb, thanks for your interest in hashi-up Installation via a jump host is not supported, but I have a workaround to achieve this: I'm sure the ssh client will...

for faas-netes: a creation timestamp is available in the Deployment spec, but a modification date is not. Unless we drill down in the status part of the Deployment spec.

Not in this repository, everything is moved to [cloud-provision](https://github.com/inlets/cloud-provision)

I think I managed to support `tailscale serve` (#18), but adding `tailscale funnel` will be much more work as it requires an additional "Funnel relay server". (see [Tailscale Funnel](https://tailscale.com/kb/1223/funnel)

hi @alirezamirsepassi , it has been a while since you created this feature request. I'm not familiar with Nix, to be honest, so how do you see this in practice?...