You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scc-guide.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,11 +47,8 @@ Note that the step above is crucial if you don't want to use TLS/SSL - Otherwise
47
47
48
48
### Running on Kubernetes with Baasil (for simple development and deployment)
49
49
50
-
Baasil is an open source CLI tool and Baasil.io is a hosted 'as-a-service' Rancher/Kubernetes control panel.
51
-
If you want to try SCC on K8s and you do not already have a K8s environment/cluster, the simplest way to get started is to sign up to a free trial account on http://baasil.io
52
-
53
-
Note that you can use the baasil CLI tool (https://www.npmjs.com/package/baasil) to deploy your SocketCluster service/app to any Rancher/Kubernetes environment, you just have to modify the `~/.kube/config` file on your local machine to hold the configs for your own Rancher control panel (instead of the one hosted on Baasil.io).
54
-
It is strongly recommended that you use Kubernetes with Rancher for consistency. See http://rancher.com/ for more details.
50
+
You can use the baasil CLI tool (https://www.npmjs.com/package/baasil) to deploy your SocketCluster service/app to any Rancher/Kubernetes environment, you just have to modify the `~/.kube/config` file on your local machine to hold the configs for your own Rancher control panel.
51
+
It ecommended that you use Kubernetes with Rancher for consistency. See http://rancher.com/ for more details.
55
52
56
53
To run your service/app locally inside containers and to deploy to your own Rancher/K8s cluster, follow this guide: https://docs.baasil.io/
0 commit comments