fx
fx copied to clipboard
A Function as a Service tool makes a function as a container-based service in seconds.
if `fx` support verbose mode like `fx up --verbose ...` to show the log of the whole deployment, it would be great.
Trying following config on GKE, but no lucky. ``` apiVersion: extensions/v1beta1 kind: Ingress metadata: name: simple-fanout-example annotations: nginx.ingress.kubernetes.io/rewrite-target: / spec: rules: - host: gke.iiiii.li http: paths: - path: /hello backend:...
* Docker not works ```` root@d183ae05049d:~# curl -sLS https://get.k3s.io | INSTALL_K3S_EXEC='server --tls-san 127.0.01' INSTALL_K3S_VERSION='v0.9.1' sh - [INFO] Using v0.9.1 as release [INFO] Downloading hash https://github.com/rancher/k3s/releases/download/v0.9.1/sha256sum-amd64.txt [INFO] Skipping binary downloaded, installed...
Related discussion threads on Kubernetes repo: * https://github.com/kubernetes/kubernetes/issues/1319 * https://github.com/kubernetes/kubernetes/issues/1668 ## Problem: The workflow of the current solution of **fx** deploy a function to be a service,  You can...
- [ ] load `KUBECONFIG` automatically, no need user to specify. - [ ] namespace should be derived from the current context
## Table of Contents - [Story](#story) - [Goals](#goals) - [Design](#design) - [Tasks](#tasks) ## Story The reason I build fx is I hate to do things repeatedly. As an engineer, we're...