Ta-Ching Chen and Soam Vasani
a13015e75a
Add function logs support ( #53 ) ( #131 )
...
Add function log aggregation and persistence using Fluentd and InfluxDB.
Fluentd and a helper sidecar run as a daemonset. The poolmgr sets up logging for each function pod, using the helper sidecar. Fluentd forwards logs to InfluxDB, which is run as a deployment and service. The client CLI directly queries InfluxDB for logs.
Fluentd supports many outputs besides InfluxDB, so we aren't very tied to InfluxDB.
The setup is somewhat manual, which we should be able to improve by integrating this into the helm chart.
Diagram of component interactions: https://cloud.githubusercontent.com/assets/202578/23100399/b0e3ea00-f6ba-11e6-8f2f-6588cfef2e84.png
2017-03-22 15:59:42 -07:00
Robert Herhold and Soam Vasani
365eabb027
Make it more clear where to clone this repo ( #145 )
...
Make it clear that the repo should be cloned into the $GOPATH.
2017-03-08 15:30:41 -08:00
Soam Vasani
3b75a86773
Instructions in the README were leading to a malformed file
...
Switch to using a curl command to download sample code, instead of
dealing with nested quotes and stuff.
Addresses #128 .
2017-02-17 15:34:02 -08:00
Matt Rickard and Soam Vasani
6be861afc8
Upgrade minikube version in docs to v0.16.0 ( #120 )
2017-02-13 14:17:33 -08:00
Toby Crawley
20cac31635
Minor improvements to build instructions in README
2017-02-06 15:33:46 -05:00
Soam Vasani
cb08118164
Update README, create separate install instructions
2017-01-23 23:55:23 -08:00
Soam Vasani
93ca9cbf3e
Add slack badge
2017-01-12 11:54:46 -08:00
J. Gavin Ray
ea2bb9952c
Changed package names and documentation to match the new git organization
2016-12-24 08:12:15 -08:00
Soam Vasani
1fe894ab1c
Add kubectl download to install instructions
2016-12-16 17:42:35 -08:00
Soam Vasani
1c5954ae61
mac/linux instructions
2016-12-16 14:53:34 -08:00
Soam Vasani
d503834901
mac/linux download url for minikube
2016-12-16 14:41:12 -08:00
Soam Vasani
dcc17d50b8
Include minikube setup instructions
2016-12-16 14:22:40 -08:00
Kaustubh Phatak
96cc8e402e
adding go-report card and fixing minor typo in README
2016-12-15 20:57:08 -08:00
Soam Vasani
e627a55988
move status badge
2016-12-05 09:31:42 -08:00
Soam Vasani
ed426db4a4
Add travis build status badge back to README
2016-12-04 20:12:05 -08:00
Soam Vasani
36e056c1f4
make cli download into 1 copy-pasteable command
2016-11-30 16:00:41 -08:00
Soam Vasani
87e2daf455
minor readme edits
2016-11-30 15:47:17 -08:00
Soam Vasani
a37b71e063
link to gke; other readme edits
2016-11-30 15:45:48 -08:00
Soam Vasani
654763cac1
Mac/linux CLI
2016-11-30 14:30:00 -08:00
Soam Vasani
460db87bd7
Merge env var section to setup
2016-11-30 14:13:00 -08:00
Soam Vasani
3aa0c2e803
Streamline setup instructions a bit
2016-11-30 13:48:42 -08:00
Soam Vasani and GitHub
9e452fd325
Merge pull request #36 from efexen/patch-1
...
Updated README to include protocol scheme for FISSION_URL prefix
2016-11-29 21:00:48 -08:00
Ville Hellman (FxN) and GitHub
cca8c0dad1
Updated README to include protocol scheme for FISSION_URL prefix
2016-11-29 22:09:19 +00:00
Johannes Scheuermann
6593c15e23
Add minikube example in readme
2016-11-29 21:19:45 +01:00
Brandon Philips and GitHub
ab3f45936a
README: use kubectl create -f http
...
Instead of getting curl involved just use kubectl
2016-11-28 17:39:14 -08:00
Soam Vasani
a2df49c04f
typo
2016-11-17 16:35:56 -08:00
Soam Vasani
c213f18bbb
k8s benefits
2016-11-17 16:33:48 -08:00
Soam Vasani
c3187a2d23
web and twitter links
2016-11-17 16:31:24 -08:00
Soam Vasani
05bc663b3f
readme updates
2016-11-17 16:28:41 -08:00
Soam Vasani
3b5139dca3
readme updates
2016-11-17 16:22:10 -08:00
Soam Vasani
c733864df5
readme updates
2016-11-17 16:11:56 -08:00
Soam Vasani
6cdae1ae3a
Update README with some more project explanation
2016-11-17 16:07:42 -08:00
Soam Vasani
92846da7c2
README formatting
2016-11-12 10:38:52 -08:00
Soam Vasani and GitHub
26aa0998fd
Use http for fission.io link
...
fission.io is on github pages, which doesn't seem to support SSL on custom domains. Use http for now.
2016-11-12 08:43:27 -08:00
Soam Vasani
87a7fa6e26
Use glide for dependency mgmt; update README
...
And compilation instructions to README.
2016-11-11 14:15:59 -08:00
Soam Vasani
8de691b914
Ensure markdown doesn't re-wrap lines that are commands
2016-11-08 00:45:38 -08:00
Soam Vasani
e80d4a7492
README updates
2016-11-08 00:40:55 -08:00
Soam Vasani
206a8c262e
Initial docs commit
2016-08-18 21:37:52 -07:00