-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Tamal Saha <[email protected]>
- Loading branch information
Showing
7 changed files
with
1,686 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ | |
"guard" | ||
], | ||
"c1": [ | ||
"kubed" | ||
"configsyncer" | ||
] | ||
}, | ||
"productMenu": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,225 @@ | ||
{ | ||
"key": "configsyncer", | ||
"name": "ConfigSyncer", | ||
"fullname": "ConfigSyncer by AppsCode", | ||
"tagline": "Kubernetes Configuration Syncer", | ||
"summary": "Kubernetes Configuration Syncer", | ||
"published": true, | ||
"author": "AppsCode Inc.", | ||
"website": { | ||
"domainKey": "domain_configsyncer", | ||
"path": "", | ||
"themeColor": "" | ||
}, | ||
"heroImage": { | ||
"src": "/assets/images/products/kubed/kubed-hero.png", | ||
"alt": "Kubed" | ||
}, | ||
"logo": { | ||
"src": "/assets/images/products/kubed/kubed.png", | ||
"alt": "Kubed" | ||
}, | ||
"logoWhite": { | ||
"src": "/assets/images/products/kubed/kubed-white.png", | ||
"alt": "Kubed" | ||
}, | ||
"icon": { | ||
"src": "/assets/images/products/kubed/kubed-icon.png", | ||
"alt": "Kubed", | ||
"sizes": { | ||
"192x192": "/assets/images/products/kubed/icons/android-icon-192x192.png" | ||
} | ||
}, | ||
"repoURL": "https://github.com/config-syncer/docs", | ||
"starRepo": "config-syncer/config-syncer", | ||
"docRepo": "config-syncer/config-syncer", | ||
"badges": [ | ||
{ | ||
"url": "github/stars/config-syncer/config-syncer", | ||
"alt": "GitHub Stars", | ||
"logo": "github" | ||
} | ||
], | ||
"features": [ | ||
{ | ||
"title": "Disaster Recovery", | ||
"image": { | ||
"src": "/assets/images/products/kubed/features/feature-1.png", | ||
"alt": "http" | ||
}, | ||
"icon": { | ||
"src": "/assets/images/products/kubed/features/backup.svg", | ||
"alt": "http" | ||
}, | ||
"summary": "", | ||
"description": "Takes periodic snapshot of a Kubernetes cluster objects" | ||
}, | ||
{ | ||
"title": "Event Forwarder", | ||
"image": { | ||
"src": "/assets/images/products/kubed/features/feature-2.png", | ||
"alt": "http" | ||
}, | ||
"icon": { | ||
"src": "/assets/images/products/kubed/features/event.svg", | ||
"alt": "http" | ||
}, | ||
"summary": "", | ||
"description": "Forward cluster events to various destinations" | ||
}, | ||
{ | ||
"title": "Configuration Syncer", | ||
"image": { | ||
"src": "/assets/images/products/kubed/features/feature-3.png", | ||
"alt": "http" | ||
}, | ||
"icon": { | ||
"src": "/assets/images/products/kubed/features/configuration.svg", | ||
"alt": "http" | ||
}, | ||
"summary": "", | ||
"description": "Keeps ConfigMaps and Secrets synchronized across Namespaces or Clusters" | ||
}, | ||
{ | ||
"title": "Recycle Bin", | ||
"image": { | ||
"src": "/assets/images/products/kubed/features/feature-4.png", | ||
"alt": "http" | ||
}, | ||
"icon": { | ||
"src": "/assets/images/products/kubed/features/recycle.svg", | ||
"alt": "http" | ||
}, | ||
"summary": "", | ||
"description": "Acts like a recycle bin for deleted and/or updated Kubernetes objects" | ||
}, | ||
{ | ||
"title": "Event Notifiers", | ||
"image": { | ||
"src": "/assets/images/products/kubed/features/feature-5.png", | ||
"alt": "http" | ||
}, | ||
"icon": { | ||
"src": "/assets/images/products/kubed/features/event-notifiers.svg", | ||
"alt": "http" | ||
}, | ||
"summary": "", | ||
"description": "Sends event notifications via Email, SMS or Chat" | ||
}, | ||
{ | ||
"title": "Janitor", | ||
"image": { | ||
"src": "/assets/images/products/kubed/features/feature-6.png", | ||
"alt": "http" | ||
}, | ||
"icon": { | ||
"src": "/assets/images/products/kubed/features/janitor.svg", | ||
"alt": "http" | ||
}, | ||
"summary": "", | ||
"description": "Setup janitors for Elasticsearch and InfluxDB" | ||
} | ||
], | ||
"versions": [ | ||
{ | ||
"version": "master", | ||
"hostDocs": false, | ||
"show": true | ||
}, | ||
{ | ||
"version": "v0.14.2", | ||
"hostDocs": true, | ||
"show": true | ||
}, | ||
{ | ||
"version": "v0.14.1", | ||
"hostDocs": true, | ||
"show": true | ||
}, | ||
{ | ||
"version": "v0.14.0", | ||
"hostDocs": true, | ||
"show": true | ||
}, | ||
{ | ||
"version": "v0.13.2", | ||
"hostDocs": true, | ||
"show": true | ||
}, | ||
{ | ||
"version": "v0.13.1", | ||
"hostDocs": true, | ||
"show": true | ||
}, | ||
{ | ||
"version": "v0.13.0", | ||
"hostDocs": true, | ||
"show": true | ||
}, | ||
{ | ||
"version": "v0.12.0", | ||
"hostDocs": true, | ||
"show": true | ||
}, | ||
{ | ||
"version": "v0.11.0", | ||
"hostDocs": true | ||
}, | ||
{ | ||
"version": "0.10.0", | ||
"hostDocs": true | ||
}, | ||
{ | ||
"version": "0.9.0", | ||
"hostDocs": true | ||
}, | ||
{ | ||
"version": "0.8.0", | ||
"hostDocs": true | ||
}, | ||
{ | ||
"version": "0.7.0", | ||
"hostDocs": true | ||
}, | ||
{ | ||
"version": "0.5.0", | ||
"hostDocs": true | ||
}, | ||
{ | ||
"version": "0.4.0", | ||
"hostDocs": true | ||
}, | ||
{ | ||
"version": "0.3.1", | ||
"hostDocs": true | ||
}, | ||
{ | ||
"version": "0.3.0", | ||
"hostDocs": true | ||
}, | ||
{ | ||
"version": "0.2.0", | ||
"hostDocs": true | ||
}, | ||
{ | ||
"version": "0.1.0", | ||
"hostDocs": true | ||
} | ||
], | ||
"latestVersion": "v0.14.2", | ||
"socialLinks": { | ||
"facebook": "https://facebook.com/appscode", | ||
"github": "https://github.com/config-syncer/config-syncer", | ||
"linkedin": "https://www.linkedin.com/company/appscode", | ||
"twitter": "https://twitter.com/AppsCodeHQ", | ||
"youtube": "https://www.youtube.com/c/appscodeinc" | ||
}, | ||
"description": { | ||
"html": "<p><a href=\"https://goreportcard.com/report/github.com/appscode/kubed\"><img src=\"https://goreportcard.com/badge/github.com/appscode/kubed\" alt=\"Go Report Card\" /></a>\n<a href=\"https://travis-ci.org/appscode/kubed\"><img src=\"https://travis-ci.org/appscode/kubed.svg?branch=master\" alt=\"Build Status\" /></a>\n<a href=\"https://codecov.io/gh/appscode/kubed\"><img src=\"https://codecov.io/gh/appscode/kubed/branch/master/graph/badge.svg\" alt=\"codecov\" /></a>\n<a href=\"https://hub.docker.com/r/appscode/kubed/\"><img src=\"https://img.shields.io/docker/pulls/appscode/kubed.svg\" alt=\"Docker Pulls\" /></a>\n<a href=\"https://slack.appscode.com\"><img src=\"https://slack.appscode.com/badge.svg\" alt=\"Slack\" /></a>\n<a href=\"https://twitter.com/intent/follow?screen_name=AppsCodeHQ\"><img src=\"https://img.shields.io/twitter/follow/appscodehq.svg?style=social&logo=twitter&label=Follow\" alt=\"Twitter\" /></a></p>\n\n<h1>Kubed</h1>\n\n<p>Kubed (pronounced Cube-Dee) by AppsCode is a Kubernetes Cluster Operator Daemon. Kubed can do the following things for you:</p>\n\n<ul>\n<li>Kubed can protect your Kubernetes cluster from <a href=\"https://appscode.com/products/kubed/0.9.0/guides/disaster-recovery/\">various disasters scenarios</a>.</li>\n<li>Kubed can keep <a href=\"https://appscode.com/products/kubed/0.9.0/guides/config-syncer/\">ConfigMaps and Secrets synchronized across namespaces and/or clusters</a>.</li>\n<li>Kubed can <a href=\"https://appscode.com/products/kubed/0.9.0/guides/cluster-events/\">forward cluster events</a> to various destinations.</li>\n<li>Kubed can setup <a href=\"https://appscode.com/products/kubed/0.9.0/guides/janitors/\">janitors</a> for Elasticsearch and InfluxDB.</li>\n<li>Kubed can <a href=\"https://appscode.com/products/kubed/0.9.0/guides/cluster-events/notifiers/\">send notifications</a> via Email, SMS or Chat.</li>\n<li>Kubed has a built-in <a href=\"https://appscode.com/products/kubed/0.9.0/guides/apiserver/\">search engine</a> for your cluster objects using <a href=\"https://github.com/blevesearch/bleve\">bleve</a>.</li>\n</ul>\n\n<h2>Supported Versions</h2>\n\n<p>Please pick a version of Kubed that matches your Kubernetes installation.</p>\n\n<table>\n<thead>\n<tr>\n<th>Kubed Version</th>\n<th>Docs</th>\n<th>Kubernetes Version</th>\n</tr>\n</thead>\n\n<tbody>\n<tr>\n<td><a href=\"https://github.com/appscode/kubed/releases/tag/0.10.0\">0.10.0</a></td>\n<td><a href=\"https://appscode.com/products/kubed/0.10.0/\">User Guide</a></td>\n<td>1.8.x+</td>\n</tr>\n\n<tr>\n<td><a href=\"https://github.com/appscode/kubed/releases/tag/0.9.0\">0.9.0</a></td>\n<td><a href=\"https://appscode.com/products/kubed/0.9.0/\">User Guide</a></td>\n<td>1.8.x+</td>\n</tr>\n\n<tr>\n<td><a href=\"https://github.com/appscode/kubed/releases/tag/0.5.0\">0.5.0</a></td>\n<td><a href=\"https://appscode.com/products/kubed/0.5.0/\">User Guide</a></td>\n<td>1.7.x</td>\n</tr>\n\n<tr>\n<td><a href=\"https://github.com/appscode/kubed/releases/tag/0.2.0\">0.2.0</a></td>\n<td><a href=\"https://github.com/appscode/kubed/tree/0.2.0/docs\">User Guide</a></td>\n<td>1.5.x - 1.6.x</td>\n</tr>\n</tbody>\n</table>\n\n<h2>Installation</h2>\n\n<p>To install Kubed, please follow the guide <a href=\"https://appscode.com/products/kubed/0.9.0/setup/install/\">here</a>.</p>\n\n<h2>Using Kubed</h2>\n\n<p>Want to learn how to use Kubed? Please start <a href=\"https://appscode.com/products/kubed/0.9.0/\">here</a>.</p>\n\n<h2>Kubed API Clients</h2>\n\n<p>You can use Kubed api clients to programmatically access its apis. Here are the supported clients:</p>\n\n<ul>\n<li>Go: <a href=\"/client/clientset/versioned\">https://github.com/appscode/kubed</a></li>\n<li>Java: <a href=\"https://github.com/kubed-client/java\">https://github.com/kubed-client/java</a></li>\n</ul>\n\n<h2>Contribution guidelines</h2>\n\n<p>Want to help improve Kubed? Please start <a href=\"https://appscode.com/products/kubed/0.9.0/welcome/contributing/\">here</a>.</p>\n\n<hr />\n\n<p><strong>Kubed binaries collects anonymous usage statistics to help us learn how the software is being used and how we can improve it. To disable stats collection, run the operator with the flag</strong> <code>--enable-analytics=false</code>.</p>\n\n<hr />\n\n<h2>Support</h2>\n\n<p>We use Slack for public discussions. To chit chat with us or the rest of the community, join us in the <a href=\"https://appscode.slack.com/messages/C6HSHCKBL/details/\">AppsCode Slack team</a> channel <code>#kubed</code>. To sign up, use our <a href=\"https://slack.appscode.com/\">Slack inviter</a>.</p>\n\n<p>If you have found a bug with Kubed or want to request for new features, please <a href=\"https://github.com/appscode/kubed/issues/new\">file an issue</a>.</p>\n", | ||
"markdown": "[![Go Report Card](https://goreportcard.com/badge/github.com/appscode/kubed)](https://goreportcard.com/report/github.com/appscode/kubed)\n[![Build Status](https://travis-ci.org/appscode/kubed.svg?branch=master)](https://travis-ci.org/appscode/kubed)\n[![codecov](https://codecov.io/gh/appscode/kubed/branch/master/graph/badge.svg)](https://codecov.io/gh/appscode/kubed)\n[![Docker Pulls](https://img.shields.io/docker/pulls/appscode/kubed.svg)](https://hub.docker.com/r/appscode/kubed/)\n[![Slack](https://slack.appscode.com/badge.svg)](https://slack.appscode.com)\n[![Twitter](https://img.shields.io/twitter/follow/appscodehq.svg?style=social&logo=twitter&label=Follow)](https://twitter.com/intent/follow?screen_name=AppsCodeHQ)\n\n# Kubed\nKubed (pronounced Cube-Dee) by AppsCode is a Kubernetes Cluster Operator Daemon. Kubed can do the following things for you:\n\n - Kubed can protect your Kubernetes cluster from [various disasters scenarios](https://appscode.com/products/kubed/0.9.0/guides/disaster-recovery/).\n - Kubed can keep [ConfigMaps and Secrets synchronized across namespaces and/or clusters](https://appscode.com/products/kubed/0.9.0/guides/config-syncer/).\n - Kubed can [forward cluster events](https://appscode.com/products/kubed/0.9.0/guides/cluster-events/) to various destinations.\n - Kubed can setup [janitors](https://appscode.com/products/kubed/0.9.0/guides/janitors/) for Elasticsearch and InfluxDB.\n - Kubed can [send notifications](https://appscode.com/products/kubed/0.9.0/guides/cluster-events/notifiers/) via Email, SMS or Chat.\n - Kubed has a built-in [search engine](https://appscode.com/products/kubed/0.9.0/guides/apiserver/) for your cluster objects using [bleve](https://github.com/blevesearch/bleve).\n\n\n## Supported Versions\nPlease pick a version of Kubed that matches your Kubernetes installation.\n\n| Kubed Version | Docs | Kubernetes Version |\n|---------------------------------------------------------------|-----------------------------------------------------------------|--------------------|\n| [0.10.0](https://github.com/appscode/kubed/releases/tag/0.10.0) | [User Guide](https://appscode.com/products/kubed/0.10.0/) | 1.8.x+ |\n| [0.9.0](https://github.com/appscode/kubed/releases/tag/0.9.0) | [User Guide](https://appscode.com/products/kubed/0.9.0/) | 1.8.x+ |\n| [0.5.0](https://github.com/appscode/kubed/releases/tag/0.5.0) | [User Guide](https://appscode.com/products/kubed/0.5.0/) | 1.7.x |\n| [0.2.0](https://github.com/appscode/kubed/releases/tag/0.2.0) | [User Guide](https://github.com/appscode/kubed/tree/0.2.0/docs) | 1.5.x - 1.6.x |\n\n## Installation\nTo install Kubed, please follow the guide [here](https://appscode.com/products/kubed/0.9.0/setup/install/).\n\n## Using Kubed\nWant to learn how to use Kubed? Please start [here](https://appscode.com/products/kubed/0.9.0/).\n\n## Kubed API Clients\nYou can use Kubed api clients to programmatically access its apis. Here are the supported clients:\n\n- Go: [https://github.com/appscode/kubed](/client/clientset/versioned)\n- Java: https://github.com/kubed-client/java\n\n## Contribution guidelines\nWant to help improve Kubed? Please start [here](https://appscode.com/products/kubed/0.9.0/welcome/contributing/).\n\n---\n\n**Kubed binaries collects anonymous usage statistics to help us learn how the software is being used and how we can improve it. To disable stats collection, run the operator with the flag** `--enable-analytics=false`.\n\n---\n\n## Support\nWe use Slack for public discussions. To chit chat with us or the rest of the community, join us in the [AppsCode Slack team](https://appscode.slack.com/messages/C6HSHCKBL/details/) channel `#kubed`. To sign up, use our [Slack inviter](https://slack.appscode.com/).\n\nIf you have found a bug with Kubed or want to request for new features, please [file an issue](https://github.com/appscode/kubed/issues/new).\n" | ||
}, | ||
"supportLinks": { | ||
"Support URL": "https://appscode.freshdesk.com", | ||
"Website URL": "https://config-syncer.com" | ||
} | ||
} |
Oops, something went wrong.