Skip to content

refunc/refunc-rancher

Repository files navigation

refunc-rancher

rancher integration

Building

make

Running

./bin/refunc-rancher

Dev on testing env

  1. Install using kubectl

    kubectl create -f ./k8s
  2. Login to rancher, build your own porxy URL like the following

    https://rancher.<your-domain>.com/k8s/clusters/<cluster-id-where-refunc-deployed>/api/v1/namespaces/refunc/services/http:refunc-rancher:80/proxy/
    

Screenshots

functions.png

funcinst.png

License

Copyright (c) 2018 refunc.io

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.