diff --git a/cmd/pull-product-info-from-github/guard.go b/cmd/pull-product-info-from-github/guard.go index 1feac166..85f2ac0c 100644 --- a/cmd/pull-product-info-from-github/guard.go +++ b/cmd/pull-product-info-from-github/guard.go @@ -14,7 +14,7 @@ func addGuard() { guard = &api.Product{ Name: "Guard", SocialLinks: map[string]string{ - "twitter": "https://twitter.com/AppsCodeHQ", + "twitter": "https://x.com/AppsCodeHQ", "facebook": "https://facebook.com/appscode", "linkedin": "https://www.linkedin.com/company/appscode", "github": "https://github.com/appscode/guard", diff --git a/cmd/pull-product-info-from-github/kubeci.go b/cmd/pull-product-info-from-github/kubeci.go index c189cdb9..13793b0d 100644 --- a/cmd/pull-product-info-from-github/kubeci.go +++ b/cmd/pull-product-info-from-github/kubeci.go @@ -14,7 +14,7 @@ func addKubeCI() { kubeci = &api.Product{ Name: "KubeCI", SocialLinks: map[string]string{ - "twitter": "https://twitter.com/appscode", + "twitter": "https://x.com/appscode", "facebook": "https://facebook.com/appscode", "linkedin": "https://www.linkedin.com/company/appscode", "github": "https://github.com/kube-ci/engine", diff --git a/cmd/pull-product-info-from-github/kubed.go b/cmd/pull-product-info-from-github/kubed.go index 506f1750..65845aee 100644 --- a/cmd/pull-product-info-from-github/kubed.go +++ b/cmd/pull-product-info-from-github/kubed.go @@ -14,7 +14,7 @@ func addKubed() { kubed = &api.Product{ Name: "Kubed", SocialLinks: map[string]string{ - "twitter": "https://twitter.com/AppsCodeHQ", + "twitter": "https://x.com/AppsCodeHQ", "facebook": "https://facebook.com/appscode", "linkedin": "https://www.linkedin.com/company/appscode", "github": "https://github.com/appscode/kubed", diff --git a/cmd/pull-product-info-from-github/kubedb.go b/cmd/pull-product-info-from-github/kubedb.go index 871fa080..f6547a72 100644 --- a/cmd/pull-product-info-from-github/kubedb.go +++ b/cmd/pull-product-info-from-github/kubedb.go @@ -14,7 +14,7 @@ func addKubeDB() { kubedb = &api.Product{ Name: "KubeDB", SocialLinks: map[string]string{ - "twitter": "https://twitter.com/KubeDB", + "twitter": "https://x.com/KubeDB", "facebook": "https://facebook.com/appscode", "linkedin": "https://www.linkedin.com/company/appscode", "github": "https://github.com/kubedb/cli", diff --git a/cmd/pull-product-info-from-github/kubeform.go b/cmd/pull-product-info-from-github/kubeform.go index 1b59125d..b5764587 100644 --- a/cmd/pull-product-info-from-github/kubeform.go +++ b/cmd/pull-product-info-from-github/kubeform.go @@ -14,7 +14,7 @@ func addKubeform() { kubeform = &api.Product{ Name: "Kubeform", SocialLinks: map[string]string{ - "twitter": "https://twitter.com/Kubeform", + "twitter": "https://x.com/Kubeform", "facebook": "https://facebook.com/appscode", "linkedin": "https://www.linkedin.com/company/appscode", "github": "https://github.com/kubeform", diff --git a/cmd/pull-product-info-from-github/kubeshield.go b/cmd/pull-product-info-from-github/kubeshield.go index 2ec201e4..bc2256fd 100644 --- a/cmd/pull-product-info-from-github/kubeshield.go +++ b/cmd/pull-product-info-from-github/kubeshield.go @@ -14,7 +14,7 @@ func addKubeShield() { kubeshield = &api.Product{ Name: "KubeShield", SocialLinks: map[string]string{ - "twitter": "https://twitter.com/kubeshield", + "twitter": "https://x.com/kubeshield", "facebook": "https://facebook.com/appscode", "linkedin": "https://www.linkedin.com/company/appscode", "github": "https://github.com/kubeshield/scanner", diff --git a/cmd/pull-product-info-from-github/kubevault.go b/cmd/pull-product-info-from-github/kubevault.go index 561cc7a4..db74363d 100644 --- a/cmd/pull-product-info-from-github/kubevault.go +++ b/cmd/pull-product-info-from-github/kubevault.go @@ -14,7 +14,7 @@ func addKubeVault() { kubevault = &api.Product{ Name: "KubeVault", SocialLinks: map[string]string{ - "twitter": "https://twitter.com/kubevault", + "twitter": "https://x.com/kubevault", "facebook": "https://facebook.com/appscode", "linkedin": "https://www.linkedin.com/company/appscode", "github": "https://github.com/kubevault", diff --git a/cmd/pull-product-info-from-github/pharmer.go b/cmd/pull-product-info-from-github/pharmer.go index 423ebc39..f2930ea3 100644 --- a/cmd/pull-product-info-from-github/pharmer.go +++ b/cmd/pull-product-info-from-github/pharmer.go @@ -14,7 +14,7 @@ func addPharmer() { pharmer = &api.Product{ Name: "Pharmer", SocialLinks: map[string]string{ - "twitter": "https://twitter.com/AppsCodeHQ", + "twitter": "https://x.com/AppsCodeHQ", "facebook": "https://facebook.com/appscode", "linkedin": "https://www.linkedin.com/company/appscode", "github": "https://github.com/pharmer/pharmer", diff --git a/cmd/pull-product-info-from-github/searchlight.go b/cmd/pull-product-info-from-github/searchlight.go index c0618e80..ecc7b5c3 100644 --- a/cmd/pull-product-info-from-github/searchlight.go +++ b/cmd/pull-product-info-from-github/searchlight.go @@ -14,7 +14,7 @@ func addSearchlight() { searchlight = &api.Product{ Name: "Searchlight", SocialLinks: map[string]string{ - "twitter": "https://twitter.com/AppsCodeHQ", + "twitter": "https://x.com/AppsCodeHQ", "facebook": "https://facebook.com/appscode", "linkedin": "https://www.linkedin.com/company/appscode", "github": "https://github.com/searchlight/searchlight", diff --git a/cmd/pull-product-info-from-github/service_broker.go b/cmd/pull-product-info-from-github/service_broker.go index 51db7f3d..06d03a1e 100644 --- a/cmd/pull-product-info-from-github/service_broker.go +++ b/cmd/pull-product-info-from-github/service_broker.go @@ -14,7 +14,7 @@ func addServiceBroker() { serviceBroker = &api.Product{ Name: "Service Broker", SocialLinks: map[string]string{ - "twitter": "https://twitter.com/AppsCodeHQ", + "twitter": "https://x.com/AppsCodeHQ", "facebook": "https://facebook.com/appscode", "linkedin": "https://www.linkedin.com/company/appscode", "github": "https://github.com/appscode/service-broker", diff --git a/cmd/pull-product-info-from-github/stash.go b/cmd/pull-product-info-from-github/stash.go index 89a247e4..8b5b0a5b 100644 --- a/cmd/pull-product-info-from-github/stash.go +++ b/cmd/pull-product-info-from-github/stash.go @@ -14,7 +14,7 @@ func addStash() { stash = &api.Product{ Name: "Stash", SocialLinks: map[string]string{ - "twitter": "https://twitter.com/AppsCodeHQ", + "twitter": "https://x.com/AppsCodeHQ", "facebook": "https://facebook.com/appscode", "linkedin": "https://www.linkedin.com/company/appscode", "github": "https://github.com/stashed/stash", diff --git a/cmd/pull-product-info-from-github/swift.go b/cmd/pull-product-info-from-github/swift.go index ddf98398..87657158 100644 --- a/cmd/pull-product-info-from-github/swift.go +++ b/cmd/pull-product-info-from-github/swift.go @@ -14,7 +14,7 @@ func addSwift() { swift = &api.Product{ Name: "Swift", SocialLinks: map[string]string{ - "twitter": "https://twitter.com/AppsCodeHQ", + "twitter": "https://x.com/AppsCodeHQ", "facebook": "https://facebook.com/appscode", "linkedin": "https://www.linkedin.com/company/appscode", "github": "https://kubepack.dev/swift", diff --git a/cmd/pull-product-info-from-github/voyager.go b/cmd/pull-product-info-from-github/voyager.go index 7d854200..a0e1f4c2 100644 --- a/cmd/pull-product-info-from-github/voyager.go +++ b/cmd/pull-product-info-from-github/voyager.go @@ -14,7 +14,7 @@ func addVoyager() { voyager = &api.Product{ Name: "Voyager", SocialLinks: map[string]string{ - "twitter": "https://twitter.com/AppsCodeHQ", + "twitter": "https://x.com/AppsCodeHQ", "facebook": "https://facebook.com/appscode", "linkedin": "https://www.linkedin.com/company/appscode", "github": "https://github.com/appscode/voyager", diff --git a/data/authors/tamal-saha.json b/data/authors/tamal-saha.json index 752912e2..587f3b95 100644 --- a/data/authors/tamal-saha.json +++ b/data/authors/tamal-saha.json @@ -4,6 +4,6 @@ "biography": "Tamal Saha is the founder of AppsCode. He has been involved with Kubernetes project since 2015. He has founded a number of popular open source projects like Voyager, KubeDB, Stash, Guard, KubeVault, etc.", "profile": "/assets/images/authors/tamal-saha.jpg", "email": "tamal@appscode.com", - "twitter": "https://twitter.com/tsaha", + "twitter": "https://x.com/tsaha", "linkedin": "https://www.linkedin.com/in/tamalsaha/" } \ No newline at end of file diff --git a/data/products/appscode.json b/data/products/appscode.json index 78445a54..6c797016 100644 --- a/data/products/appscode.json +++ b/data/products/appscode.json @@ -199,7 +199,7 @@ }, { "text": "GET LATEST UPDATE", - "url": "https://twitter.com/AppsCodeHQ", + "url": "https://x.com/AppsCodeHQ", "icon": "/assets/images/icon/twitter-outlined.svg" } ], diff --git a/data/products/configsyncer.json b/data/products/configsyncer.json index 770a31cf..55273419 100644 --- a/data/products/configsyncer.json +++ b/data/products/configsyncer.json @@ -161,12 +161,12 @@ "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", + "twitter": "https://x.com/AppsCodeHQ", "youtube": "https://www.youtube.com/c/appscodeinc" }, "description": { - "html": "

\"Go\n\"Build\n\"codecov\"\n\"Docker\n\"Slack\"\n\"Twitter\"

\n\n

Kubed

\n\n

Kubed (pronounced Cube-Dee) by AppsCode is a Kubernetes Cluster Operator Daemon. Kubed can do the following things for you:

\n\n\n\n

Supported Versions

\n\n

Please pick a version of Kubed that matches your Kubernetes installation.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Kubed VersionDocsKubernetes Version
0.10.0User Guide1.8.x+
0.9.0User Guide1.8.x+
0.5.0User Guide1.7.x
0.2.0User Guide1.5.x - 1.6.x
\n\n

Installation

\n\n

To install Kubed, please follow the guide here.

\n\n

Using Kubed

\n\n

Want to learn how to use Kubed? Please start here.

\n\n

Kubed API Clients

\n\n

You can use Kubed api clients to programmatically access its apis. Here are the supported clients:

\n\n\n\n

Contribution guidelines

\n\n

Want to help improve Kubed? Please start here.

\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

\n\n

We use Slack for public discussions. To chit chat with us or the rest of the community, join us in the AppsCode Slack team channel #kubed. To sign up, use our Slack inviter.

\n\n

If you have found a bug with Kubed or want to request for new features, please file an issue.

\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" + "html": "

\"Go\n\"Build\n\"codecov\"\n\"Docker\n\"Slack\"\n\"Twitter\"

\n\n

Kubed

\n\n

Kubed (pronounced Cube-Dee) by AppsCode is a Kubernetes Cluster Operator Daemon. Kubed can do the following things for you:

\n\n\n\n

Supported Versions

\n\n

Please pick a version of Kubed that matches your Kubernetes installation.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Kubed VersionDocsKubernetes Version
0.10.0User Guide1.8.x+
0.9.0User Guide1.8.x+
0.5.0User Guide1.7.x
0.2.0User Guide1.5.x - 1.6.x
\n\n

Installation

\n\n

To install Kubed, please follow the guide here.

\n\n

Using Kubed

\n\n

Want to learn how to use Kubed? Please start here.

\n\n

Kubed API Clients

\n\n

You can use Kubed api clients to programmatically access its apis. Here are the supported clients:

\n\n\n\n

Contribution guidelines

\n\n

Want to help improve Kubed? Please start here.

\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

\n\n

We use Slack for public discussions. To chit chat with us or the rest of the community, join us in the AppsCode Slack team channel #kubed. To sign up, use our Slack inviter.

\n\n

If you have found a bug with Kubed or want to request for new features, please file an issue.

\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://x.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", diff --git a/data/products/gateway.json b/data/products/gateway.json index 2e66436b..a951db24 100644 --- a/data/products/gateway.json +++ b/data/products/gateway.json @@ -138,12 +138,12 @@ "github": "https://github.com/voyagermesh/gateway-docs", "linkedin": "https://www.linkedin.com/company/appscode", "slack": "https://appscode.slack.com/messages/C0XQFLGRM", - "twitter": "https://twitter.com/Voyagermesh", + "twitter": "https://x.com/Voyagermesh", "youtube": "https://www.youtube.com/c/appscodeinc" }, "description": { - "html": "

Voyager

\n\n

\"Go\n\"Build\n\"codecov\"\n\"Docker\n\"Slack\"\n\"Twitter\"

\n\n
\n

Secure HAProxy Ingress Controller for Kubernetes

\n
\n\n

Voyager is a HAProxy backed secure L7 and L4 ingress controller for Kubernetes developed by\nAppsCode. This can be used with any Kubernetes cloud providers including aws, gce, gke, azure, acs. This can also be used with bare metal Kubernetes clusters.

\n\n

We are exploring what’s next for Voyager. As an ingress controller, its is mostly feature complete at this point. The obvious direction will be to grow Voyager into a full scale L7 api gateway and service mesh. We want to hear your feedback on the roadmap for Voyager. Please take 5 minutes to answer this survey: https://appsco.de/voyager-survey-201902

\n\n

Ingress

\n\n

Voyager provides L7 and L4 loadbalancing using a custom Kubernetes Ingress resource. This is built on top of the HAProxy to support high availability, sticky sessions, name and path-based virtual hosting.\nThis also support configurable application ports with all the options available in a standard Kubernetes Ingress.

\n\n

Certificate

\n\n

Voyager can automatically provision and refresh SSL certificates (including wildcard certificates) issued from Let’s Encrypt using a custom Kubernetes Certificate resource.

\n\n

Supported Versions

\n\n

Please pick a version of Voyager that matches your Kubernetes installation.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Voyager VersionDocsKubernetes VersionPrometheus operator Version
10.0.0 (uses CRD)User Guide1.9.x+0.16.0+
7.4.0 (uses CRD)User Guide1.8.x - 1.11.x0.16.0+
5.0.0 (uses CRD)User Guide1.7.x0.12.0+
3.2.2 (uses TPR)User Guide1.5.x - 1.7.x< 0.12.0
\n\n

Installation

\n\n

To install Voyager, please follow the guide here.

\n\n

Using Voyager

\n\n

Want to learn how to use Voyager? Please start here.

\n\n

Voyager API Clients

\n\n

You can use Voyager api clients to programmatically access its CRD objects. Here are the supported clients:

\n\n\n\n

Contribution guidelines

\n\n

Want to help improve Voyager? Please start here.

\n\n
\n\n

Voyager binaries collects anonymous usage statistics to help us learn how the software is being used and how we can improve it.\nTo disable stats collection, run the operator with the flag --enable-analytics=false.

\n\n
\n\n

Acknowledgement

\n\n\n\n

Support

\n\n

We use Slack for public discussions. To chit chat with us or the rest of the community, join us in the AppsCode Slack team channel #general. To sign up, use our Slack inviter.

\n\n

If you have found a bug with Voyager or want to request for new features, please file an issue.

\n", - "markdown": "# Voyager\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/voyagermesh/voyager)](https://goreportcard.com/report/github.com/voyagermesh/voyager)\n[![Build Status](https://travis-ci.org/appscode/voyager.svg?branch=master)](https://travis-ci.org/appscode/voyager)\n[![codecov](https://codecov.io/gh/appscode/voyager/branch/master/graph/badge.svg)](https://codecov.io/gh/appscode/voyager)\n[![Docker Pulls](https://img.shields.io/docker/pulls/appscode/voyager.svg)](https://hub.docker.com/r/appscode/voyager/)\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> Secure HAProxy Ingress Controller for Kubernetes\n\nVoyager is a [HAProxy](http://www.haproxy.org/) backed [secure](#certificate) L7 and L4 [ingress](#ingress) controller for Kubernetes developed by\n[AppsCode](https://appscode.com). This can be used with any Kubernetes cloud providers including aws, gce, gke, azure, acs. This can also be used with bare metal Kubernetes clusters.\n\n***We are exploring what's next for Voyager. As an ingress controller, its is mostly feature complete at this point. The obvious direction will be to grow Voyager into a full scale L7 api gateway and service mesh. We want to hear your feedback on the roadmap for Voyager. Please take 5 minutes to answer this survey: https://appsco.de/voyager-survey-201902***\n\n## Ingress\nVoyager provides L7 and L4 loadbalancing using a custom Kubernetes [Ingress](https://appscode.com/products/voyager/10.0.0/guides/ingress/) resource. This is built on top of the [HAProxy](http://www.haproxy.org/) to support high availability, sticky sessions, name and path-based virtual hosting.\nThis also support configurable application ports with all the options available in a standard Kubernetes [Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/).\n\n## Certificate\nVoyager can automatically provision and refresh SSL certificates (including wildcard certificates) issued from Let's Encrypt using a custom Kubernetes [Certificate](https://appscode.com/products/voyager/10.0.0/guides/certificate/) resource.\n\n## Supported Versions\nPlease pick a version of Voyager that matches your Kubernetes installation.\n\n| Voyager Version | Docs | Kubernetes Version | Prometheus operator Version |\n|----------------------------------------------------------------------------------------|-------------------------------------------------------------------------|--------------------|-----------------------------|\n| [10.0.0](https://github.com/voyagermesh/voyager/releases/tag/10.0.0) (uses CRD) | [User Guide](https://appscode.com/products/voyager/10.0.0/) | 1.9.x+ | 0.16.0+ |\n| [7.4.0](https://github.com/voyagermesh/voyager/releases/tag/7.4.0) (uses CRD) | [User Guide](https://appscode.com/products/voyager/7.4.0/) | 1.8.x - 1.11.x | 0.16.0+ |\n| [5.0.0](https://github.com/voyagermesh/voyager/releases/tag/5.0.0) (uses CRD) | [User Guide](https://appscode.com/products/voyager/5.0.0/) | 1.7.x | 0.12.0+ |\n| [3.2.2](https://github.com/voyagermesh/voyager/releases/tag/3.2.2) (uses TPR) | [User Guide](https://github.com/voyagermesh/voyager/tree/3.2.2/docs) | 1.5.x - 1.7.x | < 0.12.0 |\n\n## Installation\nTo install Voyager, please follow the guide [here](https://appscode.com/products/voyager/10.0.0/setup/install/).\n\n## Using Voyager\nWant to learn how to use Voyager? Please start [here](https://appscode.com/products/voyager/10.0.0/welcome/).\n\n## Voyager API Clients\nYou can use Voyager api clients to programmatically access its CRD objects. Here are the supported clients:\n\n- Go: [https://github.com/voyagermesh/voyager](/client/clientset/versioned)\n- Java: https://github.com/voyager-client/java\n\n## Contribution guidelines\nWant to help improve Voyager? Please start [here](https://appscode.com/products/voyager/10.0.0/welcome/contributing/).\n\n---\n\n**Voyager binaries collects anonymous usage statistics to help us learn how the software is being used and how we can improve it.\nTo disable stats collection, run the operator with the flag** `--enable-analytics=false`.\n\n---\n\n## Acknowledgement\n - docker-library/haproxy https://github.com/docker-library/haproxy\n - kubernetes/contrib https://github.com/kubernetes/contrib/tree/master/service-loadbalancer\n - kubernetes/ingress https://github.com/kubernetes/ingress\n - xenolf/lego https://github.com/appscode/lego\n - kelseyhightower/kube-cert-manager https://github.com/kelseyhightower/kube-cert-manager\n - PalmStoneGames/kube-cert-manager https://github.com/PalmStoneGames/kube-cert-manager\n - [Kubernetes cloudprovider implementation](https://github.com/kubernetes/kubernetes/tree/master/pkg/cloudprovider)\n - openshift/generic-admission-server https://github.com/openshift/generic-admission-server\n - TimWolla/haproxy-auth-request https://github.com/TimWolla/haproxy-auth-request\n\n## Support\n\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/C0XQFLGRM/details/) channel `#general`. To sign up, use our [Slack inviter](https://slack.appscode.com/).\n\nIf you have found a bug with Voyager or want to request for new features, please [file an issue](https://github.com/voyagermesh/voyager/issues/new).\n" + "html": "

Voyager

\n\n

\"Go\n\"Build\n\"codecov\"\n\"Docker\n\"Slack\"\n\"Twitter\"

\n\n
\n

Secure HAProxy Ingress Controller for Kubernetes

\n
\n\n

Voyager is a HAProxy backed secure L7 and L4 ingress controller for Kubernetes developed by\nAppsCode. This can be used with any Kubernetes cloud providers including aws, gce, gke, azure, acs. This can also be used with bare metal Kubernetes clusters.

\n\n

We are exploring what’s next for Voyager. As an ingress controller, its is mostly feature complete at this point. The obvious direction will be to grow Voyager into a full scale L7 api gateway and service mesh. We want to hear your feedback on the roadmap for Voyager. Please take 5 minutes to answer this survey: https://appsco.de/voyager-survey-201902

\n\n

Ingress

\n\n

Voyager provides L7 and L4 loadbalancing using a custom Kubernetes Ingress resource. This is built on top of the HAProxy to support high availability, sticky sessions, name and path-based virtual hosting.\nThis also support configurable application ports with all the options available in a standard Kubernetes Ingress.

\n\n

Certificate

\n\n

Voyager can automatically provision and refresh SSL certificates (including wildcard certificates) issued from Let’s Encrypt using a custom Kubernetes Certificate resource.

\n\n

Supported Versions

\n\n

Please pick a version of Voyager that matches your Kubernetes installation.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Voyager VersionDocsKubernetes VersionPrometheus operator Version
10.0.0 (uses CRD)User Guide1.9.x+0.16.0+
7.4.0 (uses CRD)User Guide1.8.x - 1.11.x0.16.0+
5.0.0 (uses CRD)User Guide1.7.x0.12.0+
3.2.2 (uses TPR)User Guide1.5.x - 1.7.x< 0.12.0
\n\n

Installation

\n\n

To install Voyager, please follow the guide here.

\n\n

Using Voyager

\n\n

Want to learn how to use Voyager? Please start here.

\n\n

Voyager API Clients

\n\n

You can use Voyager api clients to programmatically access its CRD objects. Here are the supported clients:

\n\n\n\n

Contribution guidelines

\n\n

Want to help improve Voyager? Please start here.

\n\n
\n\n

Voyager binaries collects anonymous usage statistics to help us learn how the software is being used and how we can improve it.\nTo disable stats collection, run the operator with the flag --enable-analytics=false.

\n\n
\n\n

Acknowledgement

\n\n\n\n

Support

\n\n

We use Slack for public discussions. To chit chat with us or the rest of the community, join us in the AppsCode Slack team channel #general. To sign up, use our Slack inviter.

\n\n

If you have found a bug with Voyager or want to request for new features, please file an issue.

\n", + "markdown": "# Voyager\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/voyagermesh/voyager)](https://goreportcard.com/report/github.com/voyagermesh/voyager)\n[![Build Status](https://travis-ci.org/appscode/voyager.svg?branch=master)](https://travis-ci.org/appscode/voyager)\n[![codecov](https://codecov.io/gh/appscode/voyager/branch/master/graph/badge.svg)](https://codecov.io/gh/appscode/voyager)\n[![Docker Pulls](https://img.shields.io/docker/pulls/appscode/voyager.svg)](https://hub.docker.com/r/appscode/voyager/)\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://x.com/intent/follow?screen_name=AppsCodeHQ)\n\n> Secure HAProxy Ingress Controller for Kubernetes\n\nVoyager is a [HAProxy](http://www.haproxy.org/) backed [secure](#certificate) L7 and L4 [ingress](#ingress) controller for Kubernetes developed by\n[AppsCode](https://appscode.com). This can be used with any Kubernetes cloud providers including aws, gce, gke, azure, acs. This can also be used with bare metal Kubernetes clusters.\n\n***We are exploring what's next for Voyager. As an ingress controller, its is mostly feature complete at this point. The obvious direction will be to grow Voyager into a full scale L7 api gateway and service mesh. We want to hear your feedback on the roadmap for Voyager. Please take 5 minutes to answer this survey: https://appsco.de/voyager-survey-201902***\n\n## Ingress\nVoyager provides L7 and L4 loadbalancing using a custom Kubernetes [Ingress](https://appscode.com/products/voyager/10.0.0/guides/ingress/) resource. This is built on top of the [HAProxy](http://www.haproxy.org/) to support high availability, sticky sessions, name and path-based virtual hosting.\nThis also support configurable application ports with all the options available in a standard Kubernetes [Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/).\n\n## Certificate\nVoyager can automatically provision and refresh SSL certificates (including wildcard certificates) issued from Let's Encrypt using a custom Kubernetes [Certificate](https://appscode.com/products/voyager/10.0.0/guides/certificate/) resource.\n\n## Supported Versions\nPlease pick a version of Voyager that matches your Kubernetes installation.\n\n| Voyager Version | Docs | Kubernetes Version | Prometheus operator Version |\n|----------------------------------------------------------------------------------------|-------------------------------------------------------------------------|--------------------|-----------------------------|\n| [10.0.0](https://github.com/voyagermesh/voyager/releases/tag/10.0.0) (uses CRD) | [User Guide](https://appscode.com/products/voyager/10.0.0/) | 1.9.x+ | 0.16.0+ |\n| [7.4.0](https://github.com/voyagermesh/voyager/releases/tag/7.4.0) (uses CRD) | [User Guide](https://appscode.com/products/voyager/7.4.0/) | 1.8.x - 1.11.x | 0.16.0+ |\n| [5.0.0](https://github.com/voyagermesh/voyager/releases/tag/5.0.0) (uses CRD) | [User Guide](https://appscode.com/products/voyager/5.0.0/) | 1.7.x | 0.12.0+ |\n| [3.2.2](https://github.com/voyagermesh/voyager/releases/tag/3.2.2) (uses TPR) | [User Guide](https://github.com/voyagermesh/voyager/tree/3.2.2/docs) | 1.5.x - 1.7.x | < 0.12.0 |\n\n## Installation\nTo install Voyager, please follow the guide [here](https://appscode.com/products/voyager/10.0.0/setup/install/).\n\n## Using Voyager\nWant to learn how to use Voyager? Please start [here](https://appscode.com/products/voyager/10.0.0/welcome/).\n\n## Voyager API Clients\nYou can use Voyager api clients to programmatically access its CRD objects. Here are the supported clients:\n\n- Go: [https://github.com/voyagermesh/voyager](/client/clientset/versioned)\n- Java: https://github.com/voyager-client/java\n\n## Contribution guidelines\nWant to help improve Voyager? Please start [here](https://appscode.com/products/voyager/10.0.0/welcome/contributing/).\n\n---\n\n**Voyager binaries collects anonymous usage statistics to help us learn how the software is being used and how we can improve it.\nTo disable stats collection, run the operator with the flag** `--enable-analytics=false`.\n\n---\n\n## Acknowledgement\n - docker-library/haproxy https://github.com/docker-library/haproxy\n - kubernetes/contrib https://github.com/kubernetes/contrib/tree/master/service-loadbalancer\n - kubernetes/ingress https://github.com/kubernetes/ingress\n - xenolf/lego https://github.com/appscode/lego\n - kelseyhightower/kube-cert-manager https://github.com/kelseyhightower/kube-cert-manager\n - PalmStoneGames/kube-cert-manager https://github.com/PalmStoneGames/kube-cert-manager\n - [Kubernetes cloudprovider implementation](https://github.com/kubernetes/kubernetes/tree/master/pkg/cloudprovider)\n - openshift/generic-admission-server https://github.com/openshift/generic-admission-server\n - TimWolla/haproxy-auth-request https://github.com/TimWolla/haproxy-auth-request\n\n## Support\n\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/C0XQFLGRM/details/) channel `#general`. To sign up, use our [Slack inviter](https://slack.appscode.com/).\n\nIf you have found a bug with Voyager or want to request for new features, please [file an issue](https://github.com/voyagermesh/voyager/issues/new).\n" }, "supportLinks": { "Support URL": "https://appscode.freshdesk.com" diff --git a/data/products/guard.json b/data/products/guard.json index 0dd287d9..dc8b41fa 100644 --- a/data/products/guard.json +++ b/data/products/guard.json @@ -241,12 +241,12 @@ "facebook": "https://facebook.com/appscode", "github": "https://github.com/kubeguard/guard", "linkedin": "https://www.linkedin.com/company/appscode", - "twitter": "https://twitter.com/AppsCodeHQ", + "twitter": "https://x.com/AppsCodeHQ", "youtube": "https://www.youtube.com/c/appscodeinc" }, "description": { - "html": "

\n\n

\"Go\n\"Build\n\"codecov\"\n\"Docker\n\"Slack\"\n\"Twitter\"

\n\n

Guard

\n\n

Guard by AppsCode is a Kubernetes Webhook Authentication server. Using guard, you can log into your Kubernetes cluster using various auth providers. Guard also configures groups of authenticated user appropriately. This allows cluster administrator to setup RBAC rules based on membership in groups. Guard supports following auth providers:

\n\n\n\n

Supported Versions

\n\n

Kubernetes 1.9+

\n\n

Installation

\n\n

To install Guard, please follow the guide here.

\n\n

Using Guard

\n\n

Want to learn how to use Guard? Please start here.

\n\n

Contribution guidelines

\n\n

Want to help improve Guard? Please start here.

\n\n
\n\n

Guard 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 --analytics=false.

\n\n
\n\n

Acknowledgement

\n\n\n\n

Support

\n\n

We use Slack for public discussions. To chit chat with us or the rest of the community, join us in the AppsCode Slack team channel #guard. To sign up, use our Slack inviter.

\n\n

If you have found a bug with Guard or want to request for new features, please file an issue.

\n\n

\n", - "markdown": "

\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/kubeguard/guard)](https://goreportcard.com/report/github.com/kubeguard/guard)\n[![Build Status](https://travis-ci.org/appscode/guard.svg?branch=master)](https://travis-ci.org/appscode/guard)\n[![codecov](https://codecov.io/gh/appscode/guard/branch/master/graph/badge.svg)](https://codecov.io/gh/appscode/guard)\n[![Docker Pulls](https://img.shields.io/docker/pulls/appscode/guard.svg)](https://hub.docker.com/r/appscode/guard/)\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# Guard\nGuard by AppsCode is a [Kubernetes Webhook Authentication](https://kubernetes.io/docs/admin/authentication/#webhook-token-authentication) server. Using guard, you can log into your Kubernetes cluster using various auth providers. Guard also configures groups of authenticated user appropriately. This allows cluster administrator to setup RBAC rules based on membership in groups. Guard supports following auth providers:\n\n- [Static Token File](https://appscode.com/products/guard/0.4.0/guides/authenticator/static_token_file/)\n- [Github](https://appscode.com/products/guard/0.4.0/guides/authenticator/github/)\n- [Gitlab](https://appscode.com/products/guard/0.4.0/guides/authenticator/gitlab/)\n- [Google](https://appscode.com/products/guard/0.4.0/guides/authenticator/google/)\n- [Azure](https://appscode.com/products/guard/0.4.0/guides/authenticator/azure/)\n- [LDAP using Simple or Kerberos authentication](https://appscode.com/products/guard/0.4.0/guides/authenticator/ldap/)\n- [Azure Active Directory via LDAP](https://appscode.com/products/guard/0.4.0/guides/authenticator/ldap_azure/)\n\n## Supported Versions\nKubernetes 1.9+\n\n## Installation\nTo install Guard, please follow the guide [here](https://appscode.com/products/guard/0.4.0/setup/install/).\n\n## Using Guard\nWant to learn how to use Guard? Please start [here](https://appscode.com/products/guard/0.4.0/).\n\n## Contribution guidelines\nWant to help improve Guard? Please start [here](https://appscode.com/products/guard/0.4.0/welcome/contributing/).\n\n---\n\n**Guard 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** `--analytics=false`.\n\n---\n\n## Acknowledgement\n\n- [apprenda-kismatic/kubernetes-ldap](https://github.com/apprenda-kismatic/kubernetes-ldap)\n- [Nike-Inc/harbormaster](https://github.com/Nike-Inc/harbormaster)\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/C8M8HANQ0/details/) channel `#guard`. To sign up, use our [Slack inviter](https://slack.appscode.com/).\n\nIf you have found a bug with Guard or want to request for new features, please [file an issue](https://github.com/kubeguard/guard/issues/new).\n\n

\n" + "html": "

\n\n

\"Go\n\"Build\n\"codecov\"\n\"Docker\n\"Slack\"\n\"Twitter\"

\n\n

Guard

\n\n

Guard by AppsCode is a Kubernetes Webhook Authentication server. Using guard, you can log into your Kubernetes cluster using various auth providers. Guard also configures groups of authenticated user appropriately. This allows cluster administrator to setup RBAC rules based on membership in groups. Guard supports following auth providers:

\n\n\n\n

Supported Versions

\n\n

Kubernetes 1.9+

\n\n

Installation

\n\n

To install Guard, please follow the guide here.

\n\n

Using Guard

\n\n

Want to learn how to use Guard? Please start here.

\n\n

Contribution guidelines

\n\n

Want to help improve Guard? Please start here.

\n\n
\n\n

Guard 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 --analytics=false.

\n\n
\n\n

Acknowledgement

\n\n\n\n

Support

\n\n

We use Slack for public discussions. To chit chat with us or the rest of the community, join us in the AppsCode Slack team channel #guard. To sign up, use our Slack inviter.

\n\n

If you have found a bug with Guard or want to request for new features, please file an issue.

\n\n

\n", + "markdown": "

\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/kubeguard/guard)](https://goreportcard.com/report/github.com/kubeguard/guard)\n[![Build Status](https://travis-ci.org/appscode/guard.svg?branch=master)](https://travis-ci.org/appscode/guard)\n[![codecov](https://codecov.io/gh/appscode/guard/branch/master/graph/badge.svg)](https://codecov.io/gh/appscode/guard)\n[![Docker Pulls](https://img.shields.io/docker/pulls/appscode/guard.svg)](https://hub.docker.com/r/appscode/guard/)\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://x.com/intent/follow?screen_name=AppsCodeHQ)\n\n# Guard\nGuard by AppsCode is a [Kubernetes Webhook Authentication](https://kubernetes.io/docs/admin/authentication/#webhook-token-authentication) server. Using guard, you can log into your Kubernetes cluster using various auth providers. Guard also configures groups of authenticated user appropriately. This allows cluster administrator to setup RBAC rules based on membership in groups. Guard supports following auth providers:\n\n- [Static Token File](https://appscode.com/products/guard/0.4.0/guides/authenticator/static_token_file/)\n- [Github](https://appscode.com/products/guard/0.4.0/guides/authenticator/github/)\n- [Gitlab](https://appscode.com/products/guard/0.4.0/guides/authenticator/gitlab/)\n- [Google](https://appscode.com/products/guard/0.4.0/guides/authenticator/google/)\n- [Azure](https://appscode.com/products/guard/0.4.0/guides/authenticator/azure/)\n- [LDAP using Simple or Kerberos authentication](https://appscode.com/products/guard/0.4.0/guides/authenticator/ldap/)\n- [Azure Active Directory via LDAP](https://appscode.com/products/guard/0.4.0/guides/authenticator/ldap_azure/)\n\n## Supported Versions\nKubernetes 1.9+\n\n## Installation\nTo install Guard, please follow the guide [here](https://appscode.com/products/guard/0.4.0/setup/install/).\n\n## Using Guard\nWant to learn how to use Guard? Please start [here](https://appscode.com/products/guard/0.4.0/).\n\n## Contribution guidelines\nWant to help improve Guard? Please start [here](https://appscode.com/products/guard/0.4.0/welcome/contributing/).\n\n---\n\n**Guard 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** `--analytics=false`.\n\n---\n\n## Acknowledgement\n\n- [apprenda-kismatic/kubernetes-ldap](https://github.com/apprenda-kismatic/kubernetes-ldap)\n- [Nike-Inc/harbormaster](https://github.com/Nike-Inc/harbormaster)\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/C8M8HANQ0/details/) channel `#guard`. To sign up, use our [Slack inviter](https://slack.appscode.com/).\n\nIf you have found a bug with Guard or want to request for new features, please [file an issue](https://github.com/kubeguard/guard/issues/new).\n\n

\n" }, "supportLinks": { "Support URL": "https://appscode.freshdesk.com", diff --git a/data/products/kubeci.json b/data/products/kubeci.json index 186b2996..41e0eb98 100644 --- a/data/products/kubeci.json +++ b/data/products/kubeci.json @@ -169,12 +169,12 @@ "facebook": "https://facebook.com/appscode", "github": "https://github.com/kube-ci/engine", "linkedin": "https://www.linkedin.com/company/appscode", - "twitter": "https://twitter.com/appscode", + "twitter": "https://x.com/appscode", "youtube": "https://www.youtube.com/c/appscodeinc" }, "description": { - "html": "

\"Go\n\"Build\n\"codecov\"\n\"Docker\n\"Slack\"\n\"Twitter\"

\n\n

KubeCI Engine

\n\n

KubeCI engine by AppsCode is a Kubernetes native workflow engine.

\n\n

Features

\n\n\n\n

Supported Versions

\n\n

Please pick a version of KubeCI engine that matches your Kubernetes installation.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
KubeCI engine VersionDocsKubernetes Version
0.1.0 (uses CRD)User Guide1.9.x+
\n\n

Installation

\n\n

To install KubeCI engine, please follow the guide here.

\n\n

Using KubeCI engine

\n\n

Want to learn how to use KubeCI engine? Please start here.

\n\n

KubeCI engine API Clients

\n\n

You can use KubeCI engine api clients to programmatically access its objects. Here are the supported clients:

\n\n\n\n

Contribution guidelines

\n\n

Want to help improve KubeCI engine? Please start here.

\n\n
\n\n

KubeCI 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

Acknowledgement

\n\n\n\n

Support

\n\n

We use Slack for public discussions. To chit chat with us or the rest of the community, join us in the AppsCode Slack team channel #kubeci. To sign up, use our Slack inviter.

\n\n

If you have found a bug with KubeCI engine or want to request for new features, please file an issue.

\n", - "markdown": "[![Go Report Card](https://goreportcard.com/badge/github.com/kube-ci/engine)](https://goreportcard.com/report/github.com/kube-ci/engine)\n[![Build Status](https://travis-ci.org/kube-ci/engine.svg?branch=master)](https://travis-ci.org/kube-ci/engine)\n[![codecov](https://codecov.io/gh/kube-ci/engine/branch/master/graph/badge.svg)](https://codecov.io/gh/kube-ci/engine)\n[![Docker Pulls](https://img.shields.io/docker/pulls/kubeci/kubeci-engine.svg)](https://hub.docker.com/r/kubeci/kubeci-engine/)\n[![Slack](https://slack.appscode.com/badge.svg)](https://slack.appscode.com)\n[![Twitter](https://img.shields.io/twitter/follow/thekubeci.svg?style=social&logo=twitter&label=Follow)](https://twitter.com/intent/follow?screen_name=TheKubeCi)\n\n# KubeCI Engine\n\nKubeCI engine by AppsCode is a Kubernetes native workflow engine.\n\n## Features\n\n- Configure a set of containerized steps using workflow.\n- Run steps in serial or, parallel order by resolving dependencies for each step.\n- Trigger workflows through create/update/delete events of any kubernetes object.\n- Trigger workflows manually with fake create events.\n- Shared `workspace` and `home` directory among all steps of a workflow.\n- Credential initializer for Docker and Git.\n- APIs for collecting status and logs of each step.\n\n## Supported Versions\n\nPlease pick a version of KubeCI engine that matches your Kubernetes installation.\n\n| KubeCI engine Version | Docs | Kubernetes Version |\n|------------------------------------------------------------------------------------|-----------------------------------------------------------------|--------------------|\n| [0.1.0](https://github.com/kube-ci/engine/releases/tag/0.1.0) (uses CRD) | [User Guide](https://kube.ci/products/engine/0.1.0) | 1.9.x+ |\n\n## Installation\n\nTo install KubeCI engine, please follow the guide [here](https://kube.ci/products/engine/0.1.0/setup/install).\n\n## Using KubeCI engine\n\nWant to learn how to use KubeCI engine? Please start [here](https://kube.ci/products/engine/0.1.0).\n\n## KubeCI engine API Clients\n\nYou can use KubeCI engine api clients to programmatically access its objects. Here are the supported clients:\n\n- Go: [https://github.com/kube-ci/engine](/client/clientset/versioned)\n\n## Contribution guidelines\n\nWant to help improve KubeCI engine? Please start [here](https://kube.ci/products/engine/0.1.0/welcome/contributing).\n\n---\n\n**KubeCI 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## Acknowledgement\n\n - Credential initializer part is adopted from [knative/build](https://github.com/knative/build).\n\n## Support\n\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/C8NCX6N23/details/) channel `#kubeci`. To sign up, use our [Slack inviter](https://slack.appscode.com/).\n\nIf you have found a bug with KubeCI engine or want to request for new features, please [file an issue](https://github.com/kube-ci/project/issues/new).\n" + "html": "

\"Go\n\"Build\n\"codecov\"\n\"Docker\n\"Slack\"\n\"Twitter\"

\n\n

KubeCI Engine

\n\n

KubeCI engine by AppsCode is a Kubernetes native workflow engine.

\n\n

Features

\n\n\n\n

Supported Versions

\n\n

Please pick a version of KubeCI engine that matches your Kubernetes installation.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
KubeCI engine VersionDocsKubernetes Version
0.1.0 (uses CRD)User Guide1.9.x+
\n\n

Installation

\n\n

To install KubeCI engine, please follow the guide here.

\n\n

Using KubeCI engine

\n\n

Want to learn how to use KubeCI engine? Please start here.

\n\n

KubeCI engine API Clients

\n\n

You can use KubeCI engine api clients to programmatically access its objects. Here are the supported clients:

\n\n\n\n

Contribution guidelines

\n\n

Want to help improve KubeCI engine? Please start here.

\n\n
\n\n

KubeCI 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

Acknowledgement

\n\n\n\n

Support

\n\n

We use Slack for public discussions. To chit chat with us or the rest of the community, join us in the AppsCode Slack team channel #kubeci. To sign up, use our Slack inviter.

\n\n

If you have found a bug with KubeCI engine or want to request for new features, please file an issue.

\n", + "markdown": "[![Go Report Card](https://goreportcard.com/badge/github.com/kube-ci/engine)](https://goreportcard.com/report/github.com/kube-ci/engine)\n[![Build Status](https://travis-ci.org/kube-ci/engine.svg?branch=master)](https://travis-ci.org/kube-ci/engine)\n[![codecov](https://codecov.io/gh/kube-ci/engine/branch/master/graph/badge.svg)](https://codecov.io/gh/kube-ci/engine)\n[![Docker Pulls](https://img.shields.io/docker/pulls/kubeci/kubeci-engine.svg)](https://hub.docker.com/r/kubeci/kubeci-engine/)\n[![Slack](https://slack.appscode.com/badge.svg)](https://slack.appscode.com)\n[![Twitter](https://img.shields.io/twitter/follow/thekubeci.svg?style=social&logo=twitter&label=Follow)](https://x.com/intent/follow?screen_name=TheKubeCi)\n\n# KubeCI Engine\n\nKubeCI engine by AppsCode is a Kubernetes native workflow engine.\n\n## Features\n\n- Configure a set of containerized steps using workflow.\n- Run steps in serial or, parallel order by resolving dependencies for each step.\n- Trigger workflows through create/update/delete events of any kubernetes object.\n- Trigger workflows manually with fake create events.\n- Shared `workspace` and `home` directory among all steps of a workflow.\n- Credential initializer for Docker and Git.\n- APIs for collecting status and logs of each step.\n\n## Supported Versions\n\nPlease pick a version of KubeCI engine that matches your Kubernetes installation.\n\n| KubeCI engine Version | Docs | Kubernetes Version |\n|------------------------------------------------------------------------------------|-----------------------------------------------------------------|--------------------|\n| [0.1.0](https://github.com/kube-ci/engine/releases/tag/0.1.0) (uses CRD) | [User Guide](https://kube.ci/products/engine/0.1.0) | 1.9.x+ |\n\n## Installation\n\nTo install KubeCI engine, please follow the guide [here](https://kube.ci/products/engine/0.1.0/setup/install).\n\n## Using KubeCI engine\n\nWant to learn how to use KubeCI engine? Please start [here](https://kube.ci/products/engine/0.1.0).\n\n## KubeCI engine API Clients\n\nYou can use KubeCI engine api clients to programmatically access its objects. Here are the supported clients:\n\n- Go: [https://github.com/kube-ci/engine](/client/clientset/versioned)\n\n## Contribution guidelines\n\nWant to help improve KubeCI engine? Please start [here](https://kube.ci/products/engine/0.1.0/welcome/contributing).\n\n---\n\n**KubeCI 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## Acknowledgement\n\n - Credential initializer part is adopted from [knative/build](https://github.com/knative/build).\n\n## Support\n\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/C8NCX6N23/details/) channel `#kubeci`. To sign up, use our [Slack inviter](https://slack.appscode.com/).\n\nIf you have found a bug with KubeCI engine or want to request for new features, please [file an issue](https://github.com/kube-ci/project/issues/new).\n" }, "supportLinks": { "Support URL": "https://appscode.freshdesk.com", diff --git a/data/products/kubedb.json b/data/products/kubedb.json index 42f12504..828907c4 100644 --- a/data/products/kubedb.json +++ b/data/products/kubedb.json @@ -979,12 +979,12 @@ "github": "https://github.com/kubedb", "linkedin": "https://www.linkedin.com/company/appscode", "slack": "https://kubernetes.slack.com/messages/C8149MREV", - "twitter": "https://twitter.com/KubeDB", + "twitter": "https://x.com/KubeDB", "youtube": "https://www.youtube.com/c/appscodeinc" }, "description": { - "html": "

KubeDB

\n\n

\"Go\n\"Build\n\"codecov\"\n\"Docker\n\"Slack\"\n\"mailing\n\"Twitter\"

\n\n
\n

Making running production-grade databases easy on Kubernetes

\n
\n\n

Running production quality database in Kubernetes can be tricky to say the least. In the early days of Kubernetes, replication controllers were used to run a single pod for a database. With the introduction of StatefulSet, it became easy to run a docker container for any database. But what about monitoring, taking periodic backups, restoring from backups or cloning from an existing database? KubeDB is a framework for writing operators for any database that support the following operational requirements:

\n\n\n\n

KubeDB is developed at AppsCode to run their SAAS platform on Kubernetes. Currently KubeDB includes support for following datastores:\n - Postgres\n - Elasticsearch\n - Etcd\n - MySQL / MariaDB / Percona Server for MySQL\n - MongoDB\n - Redis\n - Memcached

\n\n

Supported Versions

\n\n

Please pick a version of KubeDB that matches your Kubernetes installation.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
KubeDB VersionDocsKubernetes Version
0.12.0 (uses CRD)User Guide1.9.x +
0.11.0 (uses CRD)User Guide1.9.x +
0.10.0 (uses CRD)User Guide1.9.x +
0.9.0 (uses CRD)User Guide1.9.x +
0.8.0 (uses CRD)User Guide1.9.x +
0.6.0 (uses TPR)User Guide1.5.x - 1.7.x
\n\n

Installation

\n\n

To install KubeDB, please follow the guide here.

\n\n

Using KubeDB

\n\n

Want to learn how to use KubeDB? Please start here.

\n\n

KubeDB API Clients

\n\n

You can use KubeDB api clients to programmatically access its CRD objects. Here are the supported clients:

\n\n\n\n

Contribution guidelines

\n\n

Want to help improve KubeDB? Please start here.

\n\n
\n\n

KubeDB 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

\n\n

We use Slack for public discussions. To chit chat with us or the rest of the community, join us in the Kubernetes Slack team channel #kubedb. To sign up, use our Slack inviter.

\n\n

To receive product announcements, please join our mailing list or follow us on Twitter. Our mailing list is also used to share design docs shared via Google docs.

\n\n

If you have found a bug with KubeDB or want to request for new features, please file an issue.

\n", - "markdown": "# KubeDB\n\n[![Go Report Card](https://goreportcard.com/badge/kubedb.dev/cli)](https://goreportcard.com/report/kubedb.dev/cli)\n[![Build Status](https://travis-ci.org/kubedb/cli.svg?branch=master)](https://travis-ci.org/kubedb/cli)\n[![codecov](https://codecov.io/gh/kubedb/cli/branch/master/graph/badge.svg)](https://codecov.io/gh/kubedb/cli)\n[![Docker Pulls](https://img.shields.io/docker/pulls/kubedb/operator.svg)](https://hub.docker.com/r/kubedb/operator/)\n[![Slack](http://slack.kubernetes.io/badge.svg)](http://slack.kubernetes.io/#kubedb)\n[![mailing list](https://img.shields.io/badge/mailing_list-join-blue.svg)](https://groups.google.com/forum/#!forum/kubedb)\n[![Twitter](https://img.shields.io/twitter/follow/kubedb.svg?style=social&logo=twitter&label=Follow)](https://twitter.com/intent/follow?screen_name=kubedb)\n\n> Making running production-grade databases easy on Kubernetes\n\nRunning production quality database in Kubernetes can be tricky to say the least. In the early days of Kubernetes, replication controllers were used to run a single pod for a database. With the introduction of StatefulSet, it became easy to run a docker container for any database. But what about monitoring, taking periodic backups, restoring from backups or cloning from an existing database? KubeDB is a framework for writing operators for any database that support the following operational requirements:\n\n - Create a database declaratively using CRD.\n - Take one-off backups or periodic backups to various cloud stores, eg, S3, GCS, Azure etc.\n - Restore from backup or clone any database.\n - Native integration with Prometheus for monitoring via [CoreOS Prometheus Operator](https://github.com/coreos/prometheus-operator).\n - Apply deletion lock to avoid accidental deletion of database.\n - Keep track of deleted databases, cleanup prior snapshots with a single command.\n - Use cli to manage databases like kubectl for Kubernetes.\n\nKubeDB is developed at [AppsCode](https://twitter.com/AppsCodeHQ) to run their SAAS platform on Kubernetes. Currently KubeDB includes support for following datastores:\n - Postgres\n - Elasticsearch\n - Etcd\n - MySQL / MariaDB / Percona Server for MySQL\n - MongoDB\n - Redis\n - Memcached\n\n## Supported Versions\nPlease pick a version of KubeDB that matches your Kubernetes installation.\n\n| KubeDB Version | Docs | Kubernetes Version |\n|------------------------------------------------------------------------------------|---------------------------------------------------------------------|--------------------|\n| [0.12.0](https://github.com/kubedb/cli/releases/tag/0.12.0) (uses CRD) | [User Guide](https://kubedb.com/docs/0.12.0/) | 1.9.x + |\n| [0.11.0](https://github.com/kubedb/cli/releases/tag/0.11.0) (uses CRD) | [User Guide](https://kubedb.com/docs/0.11.0/) | 1.9.x + |\n| [0.10.0](https://github.com/kubedb/cli/releases/tag/0.10.0) (uses CRD) | [User Guide](https://kubedb.com/docs/0.10.0/) | 1.9.x + |\n| [0.9.0](https://github.com/kubedb/cli/releases/tag/0.9.0) (uses CRD) | [User Guide](https://kubedb.com/docs/0.9.0/) | 1.9.x + |\n| [0.8.0](https://github.com/kubedb/cli/releases/tag/0.8.0) (uses CRD) | [User Guide](https://kubedb.com/docs/0.8.0/) | 1.9.x + |\n| [0.6.0](https://github.com/kubedb/cli/releases/tag/0.6.0) (uses TPR) | [User Guide](https://github.com/kubedb/cli/tree/0.6.0/docs) | 1.5.x - 1.7.x |\n\n## Installation\nTo install KubeDB, please follow the guide [here](https://kubedb.com/docs/latest/setup/install/).\n\n## Using KubeDB\nWant to learn how to use KubeDB? Please start [here](https://kubedb.com/docs/latest/guides/).\n\n## KubeDB API Clients\nYou can use KubeDB api clients to programmatically access its CRD objects. Here are the supported clients:\n\n- Go: [https://github.com/kubedb/apimachinery](https://github.com/kubedb/apimachinery/tree/master/client/clientset/versioned)\n- Java: https://github.com/kubedb-client/java\n\n## Contribution guidelines\nWant to help improve KubeDB? Please start [here](https://kubedb.com/docs/latest/welcome/contributing/).\n\n---\n\n**KubeDB 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 [Kubernetes Slack team](https://kubernetes.slack.com/messages/C8149MREV/) channel `#kubedb`. To sign up, use our [Slack inviter](http://slack.kubernetes.io/).\n\nTo receive product announcements, please join our [mailing list](https://groups.google.com/forum/#!forum/kubedb) or follow us on [Twitter](https://twitter.com/KubeDB). Our mailing list is also used to share design docs shared via Google docs.\n\nIf you have found a bug with KubeDB or want to request for new features, please [file an issue](https://github.com/kubedb/project/issues/new).\n" + "html": "

KubeDB

\n\n

\"Go\n\"Build\n\"codecov\"\n\"Docker\n\"Slack\"\n\"mailing\n\"Twitter\"

\n\n
\n

Making running production-grade databases easy on Kubernetes

\n
\n\n

Running production quality database in Kubernetes can be tricky to say the least. In the early days of Kubernetes, replication controllers were used to run a single pod for a database. With the introduction of StatefulSet, it became easy to run a docker container for any database. But what about monitoring, taking periodic backups, restoring from backups or cloning from an existing database? KubeDB is a framework for writing operators for any database that support the following operational requirements:

\n\n\n\n

KubeDB is developed at AppsCode to run their SAAS platform on Kubernetes. Currently KubeDB includes support for following datastores:\n - Postgres\n - Elasticsearch\n - Etcd\n - MySQL / MariaDB / Percona Server for MySQL\n - MongoDB\n - Redis\n - Memcached

\n\n

Supported Versions

\n\n

Please pick a version of KubeDB that matches your Kubernetes installation.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
KubeDB VersionDocsKubernetes Version
0.12.0 (uses CRD)User Guide1.9.x +
0.11.0 (uses CRD)User Guide1.9.x +
0.10.0 (uses CRD)User Guide1.9.x +
0.9.0 (uses CRD)User Guide1.9.x +
0.8.0 (uses CRD)User Guide1.9.x +
0.6.0 (uses TPR)User Guide1.5.x - 1.7.x
\n\n

Installation

\n\n

To install KubeDB, please follow the guide here.

\n\n

Using KubeDB

\n\n

Want to learn how to use KubeDB? Please start here.

\n\n

KubeDB API Clients

\n\n

You can use KubeDB api clients to programmatically access its CRD objects. Here are the supported clients:

\n\n\n\n

Contribution guidelines

\n\n

Want to help improve KubeDB? Please start here.

\n\n
\n\n

KubeDB 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

\n\n

We use Slack for public discussions. To chit chat with us or the rest of the community, join us in the Kubernetes Slack team channel #kubedb. To sign up, use our Slack inviter.

\n\n

To receive product announcements, please join our mailing list or follow us on Twitter. Our mailing list is also used to share design docs shared via Google docs.

\n\n

If you have found a bug with KubeDB or want to request for new features, please file an issue.

\n", + "markdown": "# KubeDB\n\n[![Go Report Card](https://goreportcard.com/badge/kubedb.dev/cli)](https://goreportcard.com/report/kubedb.dev/cli)\n[![Build Status](https://travis-ci.org/kubedb/cli.svg?branch=master)](https://travis-ci.org/kubedb/cli)\n[![codecov](https://codecov.io/gh/kubedb/cli/branch/master/graph/badge.svg)](https://codecov.io/gh/kubedb/cli)\n[![Docker Pulls](https://img.shields.io/docker/pulls/kubedb/operator.svg)](https://hub.docker.com/r/kubedb/operator/)\n[![Slack](http://slack.kubernetes.io/badge.svg)](http://slack.kubernetes.io/#kubedb)\n[![mailing list](https://img.shields.io/badge/mailing_list-join-blue.svg)](https://groups.google.com/forum/#!forum/kubedb)\n[![Twitter](https://img.shields.io/twitter/follow/kubedb.svg?style=social&logo=twitter&label=Follow)](https://x.com/intent/follow?screen_name=kubedb)\n\n> Making running production-grade databases easy on Kubernetes\n\nRunning production quality database in Kubernetes can be tricky to say the least. In the early days of Kubernetes, replication controllers were used to run a single pod for a database. With the introduction of StatefulSet, it became easy to run a docker container for any database. But what about monitoring, taking periodic backups, restoring from backups or cloning from an existing database? KubeDB is a framework for writing operators for any database that support the following operational requirements:\n\n - Create a database declaratively using CRD.\n - Take one-off backups or periodic backups to various cloud stores, eg, S3, GCS, Azure etc.\n - Restore from backup or clone any database.\n - Native integration with Prometheus for monitoring via [CoreOS Prometheus Operator](https://github.com/coreos/prometheus-operator).\n - Apply deletion lock to avoid accidental deletion of database.\n - Keep track of deleted databases, cleanup prior snapshots with a single command.\n - Use cli to manage databases like kubectl for Kubernetes.\n\nKubeDB is developed at [AppsCode](https://x.com/AppsCodeHQ) to run their SAAS platform on Kubernetes. Currently KubeDB includes support for following datastores:\n - Postgres\n - Elasticsearch\n - Etcd\n - MySQL / MariaDB / Percona Server for MySQL\n - MongoDB\n - Redis\n - Memcached\n\n## Supported Versions\nPlease pick a version of KubeDB that matches your Kubernetes installation.\n\n| KubeDB Version | Docs | Kubernetes Version |\n|------------------------------------------------------------------------------------|---------------------------------------------------------------------|--------------------|\n| [0.12.0](https://github.com/kubedb/cli/releases/tag/0.12.0) (uses CRD) | [User Guide](https://kubedb.com/docs/0.12.0/) | 1.9.x + |\n| [0.11.0](https://github.com/kubedb/cli/releases/tag/0.11.0) (uses CRD) | [User Guide](https://kubedb.com/docs/0.11.0/) | 1.9.x + |\n| [0.10.0](https://github.com/kubedb/cli/releases/tag/0.10.0) (uses CRD) | [User Guide](https://kubedb.com/docs/0.10.0/) | 1.9.x + |\n| [0.9.0](https://github.com/kubedb/cli/releases/tag/0.9.0) (uses CRD) | [User Guide](https://kubedb.com/docs/0.9.0/) | 1.9.x + |\n| [0.8.0](https://github.com/kubedb/cli/releases/tag/0.8.0) (uses CRD) | [User Guide](https://kubedb.com/docs/0.8.0/) | 1.9.x + |\n| [0.6.0](https://github.com/kubedb/cli/releases/tag/0.6.0) (uses TPR) | [User Guide](https://github.com/kubedb/cli/tree/0.6.0/docs) | 1.5.x - 1.7.x |\n\n## Installation\nTo install KubeDB, please follow the guide [here](https://kubedb.com/docs/latest/setup/install/).\n\n## Using KubeDB\nWant to learn how to use KubeDB? Please start [here](https://kubedb.com/docs/latest/guides/).\n\n## KubeDB API Clients\nYou can use KubeDB api clients to programmatically access its CRD objects. Here are the supported clients:\n\n- Go: [https://github.com/kubedb/apimachinery](https://github.com/kubedb/apimachinery/tree/master/client/clientset/versioned)\n- Java: https://github.com/kubedb-client/java\n\n## Contribution guidelines\nWant to help improve KubeDB? Please start [here](https://kubedb.com/docs/latest/welcome/contributing/).\n\n---\n\n**KubeDB 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 [Kubernetes Slack team](https://kubernetes.slack.com/messages/C8149MREV/) channel `#kubedb`. To sign up, use our [Slack inviter](http://slack.kubernetes.io/).\n\nTo receive product announcements, please join our [mailing list](https://groups.google.com/forum/#!forum/kubedb) or follow us on [Twitter](https://x.com/KubeDB). Our mailing list is also used to share design docs shared via Google docs.\n\nIf you have found a bug with KubeDB or want to request for new features, please [file an issue](https://github.com/kubedb/project/issues/new).\n" }, "supportLinks": { "Support URL": "https://appscode.freshdesk.com", diff --git a/data/products/kubeform.json b/data/products/kubeform.json index 05a2a2d4..c3e39457 100644 --- a/data/products/kubeform.json +++ b/data/products/kubeform.json @@ -233,12 +233,12 @@ "github": "https://github.com/kubeform/kubeform", "linkedin": "https://www.linkedin.com/company/appscode", "slack": "https://appscode.slack.com/messages/CQ93JLRPA", - "twitter": "https://twitter.com/Kubeform", + "twitter": "https://x.com/Kubeform", "youtube": "https://www.youtube.com/c/appscodeinc" }, "description": { - "html": "

Kubeform

\n\n

\"Go\n\"Build\n\"codecov\"\n\"Docker\n\"Slack\"\n\"mailing\n\"Twitter\"

\n\n
\n

Making running production-grade databases easy on Kubernetes

\n
\n\n

Running production quality database in Kubernetes can be tricky to say the least. In the early days of Kubernetes, replication controllers were used to run a single pod for a database. With the introduction of StatefulSet, it became easy to run a docker container for any database. But what about monitoring, taking periodic backups, restoring from backups or cloning from an existing database? Kubeform is a framework for writing operators for any database that support the following operational requirements:

\n\n\n\n

Kubeform is developed at AppsCode to run their SAAS platform on Kubernetes. Currently Kubeform includes support for following datastores:\n - Postgres\n - Elasticsearch\n - Etcd\n - MySQL / MariaDB / Percona Server for MySQL\n - MongoDB\n - Redis\n - Memcached

\n\n

Supported Versions

\n\n

Please pick a version of Kubeform that matches your Kubernetes installation.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Kubeform VersionDocsKubernetes Version
0.12.0 (uses CRD)User Guide1.9.x +
0.11.0 (uses CRD)User Guide1.9.x +
0.10.0 (uses CRD)User Guide1.9.x +
0.9.0 (uses CRD)User Guide1.9.x +
0.8.0 (uses CRD)User Guide1.9.x +
0.6.0 (uses TPR)User Guide1.5.x - 1.7.x
\n\n

Installation

\n\n

To install Kubeform, please follow the guide here.

\n\n

Using Kubeform

\n\n

Want to learn how to use Kubeform? Please start here.

\n\n

Kubeform API Clients

\n\n

You can use Kubeform api clients to programmatically access its CRD objects. Here are the supported clients:

\n\n\n\n

Contribution guidelines

\n\n

Want to help improve Kubeform? Please start here.

\n\n
\n\n

Kubeform 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

\n\n

We use Slack for public discussions. To chit chat with us or the rest of the community, join us in the Kubernetes Slack team channel #kubeform. To sign up, use our Slack inviter.

\n\n

To receive product announcements, please join our mailing list or follow us on Twitter. Our mailing list is also used to share design docs shared via Google docs.

\n\n

If you have found a bug with Kubeform or want to request for new features, please file an issue.

\n", - "markdown": "# Kubeform\n\n[![Go Report Card](https://goreportcard.com/badge/kubeform.dev/cli)](https://goreportcard.com/report/kubeform.dev/cli)\n[![Build Status](https://travis-ci.org/kubeform/cli.svg?branch=master)](https://travis-ci.org/kubeform/cli)\n[![codecov](https://codecov.io/gh/kubeform/cli/branch/master/graph/badge.svg)](https://codecov.io/gh/kubeform/cli)\n[![Docker Pulls](https://img.shields.io/docker/pulls/kubeform/operator.svg)](https://hub.docker.com/r/kubeform/operator/)\n[![Slack](http://slack.kubernetes.io/badge.svg)](http://slack.kubernetes.io/#kubeform)\n[![mailing list](https://img.shields.io/badge/mailing_list-join-blue.svg)](https://groups.google.com/forum/#!forum/kubeform)\n[![Twitter](https://img.shields.io/twitter/follow/kubeform.svg?style=social&logo=twitter&label=Follow)](https://twitter.com/intent/follow?screen_name=kubeform)\n\n> Making running production-grade databases easy on Kubernetes\n\nRunning production quality database in Kubernetes can be tricky to say the least. In the early days of Kubernetes, replication controllers were used to run a single pod for a database. With the introduction of StatefulSet, it became easy to run a docker container for any database. But what about monitoring, taking periodic backups, restoring from backups or cloning from an existing database? Kubeform is a framework for writing operators for any database that support the following operational requirements:\n\n - Create a database declaratively using CRD.\n - Take one-off backups or periodic backups to various cloud stores, eg, S3, GCS, Azure etc.\n - Restore from backup or clone any database.\n - Native integration with Prometheus for monitoring via [CoreOS Prometheus Operator](https://github.com/coreos/prometheus-operator).\n - Apply deletion lock to avoid accidental deletion of database.\n - Keep track of deleted databases, cleanup prior snapshots with a single command.\n - Use cli to manage databases like kubectl for Kubernetes.\n\nKubeform is developed at [AppsCode](https://twitter.com/AppsCodeHQ) to run their SAAS platform on Kubernetes. Currently Kubeform includes support for following datastores:\n - Postgres\n - Elasticsearch\n - Etcd\n - MySQL / MariaDB / Percona Server for MySQL\n - MongoDB\n - Redis\n - Memcached\n\n## Supported Versions\nPlease pick a version of Kubeform that matches your Kubernetes installation.\n\n| Kubeform Version | Docs | Kubernetes Version |\n|------------------------------------------------------------------------------------|---------------------------------------------------------------------|--------------------|\n| [0.12.0](https://github.com/kubeform/cli/releases/tag/0.12.0) (uses CRD) | [User Guide](https://kubeform.com/docs/0.12.0/) | 1.9.x + |\n| [0.11.0](https://github.com/kubeform/cli/releases/tag/0.11.0) (uses CRD) | [User Guide](https://kubeform.com/docs/0.11.0/) | 1.9.x + |\n| [0.10.0](https://github.com/kubeform/cli/releases/tag/0.10.0) (uses CRD) | [User Guide](https://kubeform.com/docs/0.10.0/) | 1.9.x + |\n| [0.9.0](https://github.com/kubeform/cli/releases/tag/0.9.0) (uses CRD) | [User Guide](https://kubeform.com/docs/0.9.0/) | 1.9.x + |\n| [0.8.0](https://github.com/kubeform/cli/releases/tag/0.8.0) (uses CRD) | [User Guide](https://kubeform.com/docs/0.8.0/) | 1.9.x + |\n| [0.6.0](https://github.com/kubeform/cli/releases/tag/0.6.0) (uses TPR) | [User Guide](https://github.com/kubeform/cli/tree/0.6.0/docs) | 1.5.x - 1.7.x |\n\n## Installation\nTo install Kubeform, please follow the guide [here](https://kubeform.com/docs/latest/setup/install/).\n\n## Using Kubeform\nWant to learn how to use Kubeform? Please start [here](https://kubeform.com/docs/latest/guides/).\n\n## Kubeform API Clients\nYou can use Kubeform api clients to programmatically access its CRD objects. Here are the supported clients:\n\n- Go: [https://github.com/kubeform/apimachinery](https://github.com/kubeform/apimachinery/tree/master/client/clientset/versioned)\n- Java: https://github.com/kubeform-client/java\n\n## Contribution guidelines\nWant to help improve Kubeform? Please start [here](https://kubeform.com/docs/latest/welcome/contributing/).\n\n---\n\n**Kubeform 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 [Kubernetes Slack team](https://kubernetes.slack.com/messages/C8149MREV/) channel `#kubeform`. To sign up, use our [Slack inviter](http://slack.kubernetes.io/).\n\nTo receive product announcements, please join our [mailing list](https://groups.google.com/forum/#!forum/kubeform) or follow us on [Twitter](https://twitter.com/Kubeform). Our mailing list is also used to share design docs shared via Google docs.\n\nIf you have found a bug with Kubeform or want to request for new features, please [file an issue](https://github.com/kubeform/project/issues/new).\n" + "html": "

Kubeform

\n\n

\"Go\n\"Build\n\"codecov\"\n\"Docker\n\"Slack\"\n\"mailing\n\"Twitter\"

\n\n
\n

Making running production-grade databases easy on Kubernetes

\n
\n\n

Running production quality database in Kubernetes can be tricky to say the least. In the early days of Kubernetes, replication controllers were used to run a single pod for a database. With the introduction of StatefulSet, it became easy to run a docker container for any database. But what about monitoring, taking periodic backups, restoring from backups or cloning from an existing database? Kubeform is a framework for writing operators for any database that support the following operational requirements:

\n\n\n\n

Kubeform is developed at AppsCode to run their SAAS platform on Kubernetes. Currently Kubeform includes support for following datastores:\n - Postgres\n - Elasticsearch\n - Etcd\n - MySQL / MariaDB / Percona Server for MySQL\n - MongoDB\n - Redis\n - Memcached

\n\n

Supported Versions

\n\n

Please pick a version of Kubeform that matches your Kubernetes installation.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Kubeform VersionDocsKubernetes Version
0.12.0 (uses CRD)User Guide1.9.x +
0.11.0 (uses CRD)User Guide1.9.x +
0.10.0 (uses CRD)User Guide1.9.x +
0.9.0 (uses CRD)User Guide1.9.x +
0.8.0 (uses CRD)User Guide1.9.x +
0.6.0 (uses TPR)User Guide1.5.x - 1.7.x
\n\n

Installation

\n\n

To install Kubeform, please follow the guide here.

\n\n

Using Kubeform

\n\n

Want to learn how to use Kubeform? Please start here.

\n\n

Kubeform API Clients

\n\n

You can use Kubeform api clients to programmatically access its CRD objects. Here are the supported clients:

\n\n\n\n

Contribution guidelines

\n\n

Want to help improve Kubeform? Please start here.

\n\n
\n\n

Kubeform 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

\n\n

We use Slack for public discussions. To chit chat with us or the rest of the community, join us in the Kubernetes Slack team channel #kubeform. To sign up, use our Slack inviter.

\n\n

To receive product announcements, please join our mailing list or follow us on Twitter. Our mailing list is also used to share design docs shared via Google docs.

\n\n

If you have found a bug with Kubeform or want to request for new features, please file an issue.

\n", + "markdown": "# Kubeform\n\n[![Go Report Card](https://goreportcard.com/badge/kubeform.dev/cli)](https://goreportcard.com/report/kubeform.dev/cli)\n[![Build Status](https://travis-ci.org/kubeform/cli.svg?branch=master)](https://travis-ci.org/kubeform/cli)\n[![codecov](https://codecov.io/gh/kubeform/cli/branch/master/graph/badge.svg)](https://codecov.io/gh/kubeform/cli)\n[![Docker Pulls](https://img.shields.io/docker/pulls/kubeform/operator.svg)](https://hub.docker.com/r/kubeform/operator/)\n[![Slack](http://slack.kubernetes.io/badge.svg)](http://slack.kubernetes.io/#kubeform)\n[![mailing list](https://img.shields.io/badge/mailing_list-join-blue.svg)](https://groups.google.com/forum/#!forum/kubeform)\n[![Twitter](https://img.shields.io/twitter/follow/kubeform.svg?style=social&logo=twitter&label=Follow)](https://x.com/intent/follow?screen_name=kubeform)\n\n> Making running production-grade databases easy on Kubernetes\n\nRunning production quality database in Kubernetes can be tricky to say the least. In the early days of Kubernetes, replication controllers were used to run a single pod for a database. With the introduction of StatefulSet, it became easy to run a docker container for any database. But what about monitoring, taking periodic backups, restoring from backups or cloning from an existing database? Kubeform is a framework for writing operators for any database that support the following operational requirements:\n\n - Create a database declaratively using CRD.\n - Take one-off backups or periodic backups to various cloud stores, eg, S3, GCS, Azure etc.\n - Restore from backup or clone any database.\n - Native integration with Prometheus for monitoring via [CoreOS Prometheus Operator](https://github.com/coreos/prometheus-operator).\n - Apply deletion lock to avoid accidental deletion of database.\n - Keep track of deleted databases, cleanup prior snapshots with a single command.\n - Use cli to manage databases like kubectl for Kubernetes.\n\nKubeform is developed at [AppsCode](https://x.com/AppsCodeHQ) to run their SAAS platform on Kubernetes. Currently Kubeform includes support for following datastores:\n - Postgres\n - Elasticsearch\n - Etcd\n - MySQL / MariaDB / Percona Server for MySQL\n - MongoDB\n - Redis\n - Memcached\n\n## Supported Versions\nPlease pick a version of Kubeform that matches your Kubernetes installation.\n\n| Kubeform Version | Docs | Kubernetes Version |\n|------------------------------------------------------------------------------------|---------------------------------------------------------------------|--------------------|\n| [0.12.0](https://github.com/kubeform/cli/releases/tag/0.12.0) (uses CRD) | [User Guide](https://kubeform.com/docs/0.12.0/) | 1.9.x + |\n| [0.11.0](https://github.com/kubeform/cli/releases/tag/0.11.0) (uses CRD) | [User Guide](https://kubeform.com/docs/0.11.0/) | 1.9.x + |\n| [0.10.0](https://github.com/kubeform/cli/releases/tag/0.10.0) (uses CRD) | [User Guide](https://kubeform.com/docs/0.10.0/) | 1.9.x + |\n| [0.9.0](https://github.com/kubeform/cli/releases/tag/0.9.0) (uses CRD) | [User Guide](https://kubeform.com/docs/0.9.0/) | 1.9.x + |\n| [0.8.0](https://github.com/kubeform/cli/releases/tag/0.8.0) (uses CRD) | [User Guide](https://kubeform.com/docs/0.8.0/) | 1.9.x + |\n| [0.6.0](https://github.com/kubeform/cli/releases/tag/0.6.0) (uses TPR) | [User Guide](https://github.com/kubeform/cli/tree/0.6.0/docs) | 1.5.x - 1.7.x |\n\n## Installation\nTo install Kubeform, please follow the guide [here](https://kubeform.com/docs/latest/setup/install/).\n\n## Using Kubeform\nWant to learn how to use Kubeform? Please start [here](https://kubeform.com/docs/latest/guides/).\n\n## Kubeform API Clients\nYou can use Kubeform api clients to programmatically access its CRD objects. Here are the supported clients:\n\n- Go: [https://github.com/kubeform/apimachinery](https://github.com/kubeform/apimachinery/tree/master/client/clientset/versioned)\n- Java: https://github.com/kubeform-client/java\n\n## Contribution guidelines\nWant to help improve Kubeform? Please start [here](https://kubeform.com/docs/latest/welcome/contributing/).\n\n---\n\n**Kubeform 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 [Kubernetes Slack team](https://kubernetes.slack.com/messages/C8149MREV/) channel `#kubeform`. To sign up, use our [Slack inviter](http://slack.kubernetes.io/).\n\nTo receive product announcements, please join our [mailing list](https://groups.google.com/forum/#!forum/kubeform) or follow us on [Twitter](https://x.com/Kubeform). Our mailing list is also used to share design docs shared via Google docs.\n\nIf you have found a bug with Kubeform or want to request for new features, please [file an issue](https://github.com/kubeform/project/issues/new).\n" }, "supportLinks": { "Support URL": "https://appscode.freshdesk.com", diff --git a/data/products/kubeshield.json b/data/products/kubeshield.json index d9480524..13474a6e 100644 --- a/data/products/kubeshield.json +++ b/data/products/kubeshield.json @@ -143,12 +143,12 @@ "facebook": "https://facebook.com/appscode", "github": "https://github.com/kubeshield/scanner", "linkedin": "https://www.linkedin.com/company/appscode", - "twitter": "https://twitter.com/kubeshield", + "twitter": "https://x.com/kubeshield", "youtube": "https://www.youtube.com/c/appscodeinc" }, "description": { - "html": "

\"Go\n\"Build\n\"codecov\"\n\"Docker\n\"Slack\"\n\"Twitter\"

\n\n

Scanner

\n\n

Scanner by AppsCode is a Docker image scanner. It uses Clair for the static analysis of vulnerabilities in Docker containers. Using Scanner, you can backup Kubernetes volumes mounted in following types of workloads:

\n\n\n\n

Supported Versions

\n\n

Please pick a version of Scanner that matches your Kubernetes installation.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Scanner VersionDocsKubernetes Version
0.1.0 (uses CRD)User Guide1.9.x +
\n\n

Installation

\n\n

To install Scanner, please follow the guide here.

\n\n

Using Scanner

\n\n

Want to learn how to use Scanner? Please start here.

\n\n

Contribution guidelines

\n\n

Want to help improve Scanner? Please start here.

\n\n
\n\n

Scanner 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 scanner with the flag --enable-analytics=false.

\n\n
\n\n

Acknowledgement

\n\n\n\n

Support

\n\n

We use Slack for public discussions. To chit chat with us or the rest of the community, join us in the AppsCode Slack team channel #scanner. To sign up, use our Slack inviter.

\n\n

If you have found a bug with Scanner or want to request for new features, please file an issue.

\n", - "markdown": "[![Go Report Card](https://goreportcard.com/badge/github.com/kubeshield/scanner)](https://goreportcard.com/report/github.com/kubeshield/scanner)\n[![Build Status](https://travis-ci.org/kubeshield/scanner.svg?branch=master)](https://travis-ci.org/kubeshield/scanner)\n[![codecov](https://codecov.io/gh/kubeshield/scanner/branch/master/graph/badge.svg)](https://codecov.io/gh/kubeshield/scanner)\n[![Docker Pulls](https://img.shields.io/docker/pulls/kubeshield/scanner.svg)](https://hub.docker.com/r/kubeshield/scanner/)\n[![Slack](https://slack.appscode.com/badge.svg)](https://slack.appscode.com)\n[![Twitter](https://img.shields.io/twitter/follow/kubeshield.svg?style=social&logo=twitter&label=Follow)](https://twitter.com/intent/follow?screen_name=kubeshield)\n\n# Scanner\nScanner by AppsCode is a Docker image scanner. It uses [Clair](https://github.com/coreos/clair) for the static analysis of vulnerabilities in Docker containers. Using Scanner, you can backup Kubernetes volumes mounted in following types of workloads:\n\n- Deployment\n- DaemonSet\n- ReplicaSet\n- ReplicationController\n- StatefulSet\n- Pod\n- Job\n- CronJob\n- Openshift DeploymentConfig\n\n## Supported Versions\nPlease pick a version of Scanner that matches your Kubernetes installation.\n\n| Scanner Version | Docs | Kubernetes Version |\n|----------------------------------------------------------------------------|-------------------------------------------------------------|--------------------|\n| [0.1.0](https://github.com/kubeshield/scanner/releases/tag/0.1.0) (uses CRD) | [User Guide](https://appscode.com/products/scanner/0.1.0) | 1.9.x + |\n\n## Installation\n\nTo install Scanner, please follow the guide [here](https://appscode.com/products/scanner/0.1.0/setup/install).\n\n## Using Scanner\nWant to learn how to use Scanner? Please start [here](https://appscode.com/products/scanner/0.1.0).\n\n## Contribution guidelines\nWant to help improve Scanner? Please start [here](https://appscode.com/products/scanner/0.1.0/welcome/contributing).\n\n---\n\n**Scanner 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 scanner with the flag** `--enable-analytics=false`.\n\n---\n\n## Acknowledgement\n - Many thanks to CoreOS for [Clair](https://github.com/coreos/clair) project.\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/CAER85GPK/details/) channel `#scanner`. To sign up, use our [Slack inviter](https://slack.appscode.com/).\n\nIf you have found a bug with Scanner or want to request for new features, please [file an issue](https://github.com/kubeshield/scanner/issues/new).\n" + "html": "

\"Go\n\"Build\n\"codecov\"\n\"Docker\n\"Slack\"\n\"Twitter\"

\n\n

Scanner

\n\n

Scanner by AppsCode is a Docker image scanner. It uses Clair for the static analysis of vulnerabilities in Docker containers. Using Scanner, you can backup Kubernetes volumes mounted in following types of workloads:

\n\n\n\n

Supported Versions

\n\n

Please pick a version of Scanner that matches your Kubernetes installation.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Scanner VersionDocsKubernetes Version
0.1.0 (uses CRD)User Guide1.9.x +
\n\n

Installation

\n\n

To install Scanner, please follow the guide here.

\n\n

Using Scanner

\n\n

Want to learn how to use Scanner? Please start here.

\n\n

Contribution guidelines

\n\n

Want to help improve Scanner? Please start here.

\n\n
\n\n

Scanner 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 scanner with the flag --enable-analytics=false.

\n\n
\n\n

Acknowledgement

\n\n\n\n

Support

\n\n

We use Slack for public discussions. To chit chat with us or the rest of the community, join us in the AppsCode Slack team channel #scanner. To sign up, use our Slack inviter.

\n\n

If you have found a bug with Scanner or want to request for new features, please file an issue.

\n", + "markdown": "[![Go Report Card](https://goreportcard.com/badge/github.com/kubeshield/scanner)](https://goreportcard.com/report/github.com/kubeshield/scanner)\n[![Build Status](https://travis-ci.org/kubeshield/scanner.svg?branch=master)](https://travis-ci.org/kubeshield/scanner)\n[![codecov](https://codecov.io/gh/kubeshield/scanner/branch/master/graph/badge.svg)](https://codecov.io/gh/kubeshield/scanner)\n[![Docker Pulls](https://img.shields.io/docker/pulls/kubeshield/scanner.svg)](https://hub.docker.com/r/kubeshield/scanner/)\n[![Slack](https://slack.appscode.com/badge.svg)](https://slack.appscode.com)\n[![Twitter](https://img.shields.io/twitter/follow/kubeshield.svg?style=social&logo=twitter&label=Follow)](https://x.com/intent/follow?screen_name=kubeshield)\n\n# Scanner\nScanner by AppsCode is a Docker image scanner. It uses [Clair](https://github.com/coreos/clair) for the static analysis of vulnerabilities in Docker containers. Using Scanner, you can backup Kubernetes volumes mounted in following types of workloads:\n\n- Deployment\n- DaemonSet\n- ReplicaSet\n- ReplicationController\n- StatefulSet\n- Pod\n- Job\n- CronJob\n- Openshift DeploymentConfig\n\n## Supported Versions\nPlease pick a version of Scanner that matches your Kubernetes installation.\n\n| Scanner Version | Docs | Kubernetes Version |\n|----------------------------------------------------------------------------|-------------------------------------------------------------|--------------------|\n| [0.1.0](https://github.com/kubeshield/scanner/releases/tag/0.1.0) (uses CRD) | [User Guide](https://appscode.com/products/scanner/0.1.0) | 1.9.x + |\n\n## Installation\n\nTo install Scanner, please follow the guide [here](https://appscode.com/products/scanner/0.1.0/setup/install).\n\n## Using Scanner\nWant to learn how to use Scanner? Please start [here](https://appscode.com/products/scanner/0.1.0).\n\n## Contribution guidelines\nWant to help improve Scanner? Please start [here](https://appscode.com/products/scanner/0.1.0/welcome/contributing).\n\n---\n\n**Scanner 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 scanner with the flag** `--enable-analytics=false`.\n\n---\n\n## Acknowledgement\n - Many thanks to CoreOS for [Clair](https://github.com/coreos/clair) project.\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/CAER85GPK/details/) channel `#scanner`. To sign up, use our [Slack inviter](https://slack.appscode.com/).\n\nIf you have found a bug with Scanner or want to request for new features, please [file an issue](https://github.com/kubeshield/scanner/issues/new).\n" }, "supportLinks": { "Support URL": "https://appscode.freshdesk.com", diff --git a/data/products/kubestash.json b/data/products/kubestash.json index 7f3730c1..e66e211b 100644 --- a/data/products/kubestash.json +++ b/data/products/kubestash.json @@ -263,12 +263,12 @@ "github": "https://github.com/kubestash", "linkedin": "https://www.linkedin.com/company/appscode", "slack": "https://appscode.slack.com/messages/C8NCX6N23", - "twitter": "https://twitter.com/KubeStash", + "twitter": "https://x.com/KubeStash", "youtube": "https://www.youtube.com/c/appscodeinc" }, "description": { - "html": "

\"Go\n\"Build\n\"codecov\"\n\"Docker\n\"Slack\"\n\"Twitter\"

\n\n

Stash

\n\n

Stash by AppsCode is a Kubernetes operator for restic. If you are running production workloads in Kubernetes, you might want to take backup of your disks. Traditional tools are too complex to setup and maintain in a dynamic compute environment like Kubernetes. restic is a backup program that is fast, efficient and secure with few moving parts. Stash is a CRD controller for Kubernetes built around restic to address these issues. Using Stash, you can backup Kubernetes volumes mounted in following types of workloads:\n- Deployment\n- DaemonSet\n- ReplicaSet\n- ReplicationController\n- StatefulSet

\n\n

Features

\n\n\n\n

Supported Versions

\n\n

Please pick a version of Stash that matches your Kubernetes installation.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Stash VersionDocsKubernetes Version
v0.9.0-rc.0 (uses CRD)User Guide1.11.x+
0.8.3 (uses CRD)User Guide1.9.x+
0.7.0 (uses CRD)User Guide1.8.x
0.6.4 (uses CRD)User Guide1.7.x
0.4.2 (uses TPR)User Guide1.5.x - 1.6.x
\n\n

Installation

\n\n

To install Stash, please follow the guide here.

\n\n

Using Stash

\n\n

Want to learn how to use Stash? Please start here.

\n\n

Stash API Clients

\n\n

You can use Stash api clients to programmatically access its objects. Here are the supported clients:

\n\n\n\n

Contribution guidelines

\n\n

Want to help improve Stash? Please start here.

\n\n
\n\n

Stash 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

Acknowledgement

\n\n\n\n

Support

\n\n

We use Slack for public discussions. To chit chat with us or the rest of the community, join us in the AppsCode Slack team channel #stash. To sign up, use our Slack inviter.

\n\n

If you have found a bug with Stash or want to request for new features, please file an issue.

\n", - "markdown": "[![Go Report Card](https://goreportcard.com/badge/stash.appscode.dev/stash)](https://goreportcard.com/report/stash.appscode.dev/stash)\n[![Build Status](https://travis-ci.org/stashed/stash.svg?branch=master)](https://travis-ci.org/stashed/stash)\n[![codecov](https://codecov.io/gh/stashed/stash/branch/master/graph/badge.svg)](https://codecov.io/gh/stashed/stash)\n[![Docker Pulls](https://img.shields.io/docker/pulls/appscode/stash.svg)](https://hub.docker.com/r/appscode/stash/)\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# Stash\n Stash by AppsCode is a Kubernetes operator for [restic](https://restic.net). If you are running production workloads in Kubernetes, you might want to take backup of your disks. Traditional tools are too complex to setup and maintain in a dynamic compute environment like Kubernetes. `restic` is a backup program that is fast, efficient and secure with few moving parts. Stash is a CRD controller for Kubernetes built around `restic` to address these issues. Using Stash, you can backup Kubernetes volumes mounted in following types of workloads:\n- Deployment\n- DaemonSet\n- ReplicaSet\n- ReplicationController\n- StatefulSet\n\n## Features\n - Fast, secure, efficient backup of Kubernetes [volumes](https://kubernetes.io/docs/concepts/storage/volumes/) (even in `ReadWriteOnce` mode).\n - Automates configuration of `restic` for periodic backup.\n - Store backed up files in various cloud storage provider, including S3, GCS, Azure, OpenStack Swift, DigitalOcean Spaces etc.\n - Restore backup easily.\n - Periodically check integrity of backed up data.\n - Take backup in offline mode.\n - Support workload initializer for faster backup.\n - Prometheus ready metrics for backup process.\n\n## Supported Versions\nPlease pick a version of Stash that matches your Kubernetes installation.\n\n| Stash Version | Docs | Kubernetes Version |\n|-------------------------------------------------------------------------------------|-----------------------------------------------------------------|--------------------|\n| [v0.9.0-rc.0](https://github.com/stashed/stash/releases/tag/v0.9.0-rc.0) (uses CRD) | [User Guide](https://appscode.com/products/stash/v0.9.0-rc.0) | 1.11.x+ |\n| [0.8.3](https://github.com/stashed/stash/releases/tag/0.8.3) (uses CRD) | [User Guide](https://appscode.com/products/stash/0.8.3) | 1.9.x+ |\n| [0.7.0](https://github.com/stashed/stash/releases/tag/0.7.0) (uses CRD) | [User Guide](https://appscode.com/products/stash/0.7.0) | 1.8.x |\n| [0.6.4](https://github.com/stashed/stash/releases/tag/0.6.4) (uses CRD) | [User Guide](https://appscode.com/products/stash/0.6.4) | 1.7.x |\n| [0.4.2](https://github.com/stashed/stash/releases/tag/0.4.2) (uses TPR) | [User Guide](https://github.com/stashed/docs/tree/0.4.2/docs) | 1.5.x - 1.6.x |\n\n## Installation\n\nTo install Stash, please follow the guide [here](https://appscode.com/products/stash/v0.9.0-rc.0/setup/install).\n\n## Using Stash\nWant to learn how to use Stash? Please start [here](https://appscode.com/products/stash/v0.9.0-rc.0).\n\n## Stash API Clients\nYou can use Stash api clients to programmatically access its objects. Here are the supported clients:\n\n- Go: [https://github.com/stashed/stash](/client/clientset/versioned)\n- Java: https://github.com/stashed/java\n\n## Contribution guidelines\nWant to help improve Stash? Please start [here](https://appscode.com/products/stash/v0.9.0-rc.0/welcome/contributing).\n\n---\n\n**Stash 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## Acknowledgement\n - Many thanks to [Alexander Neumann](https://github.com/fd0) for [Restic](https://restic.net) project.\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/C8NCX6N23/details/) channel `#stash`. To sign up, use our [Slack inviter](https://slack.appscode.com/).\n\nIf you have found a bug with Stash or want to request for new features, please [file an issue](https://github.com/stashed/stash/issues/new).\n" + "html": "

\"Go\n\"Build\n\"codecov\"\n\"Docker\n\"Slack\"\n\"Twitter\"

\n\n

Stash

\n\n

Stash by AppsCode is a Kubernetes operator for restic. If you are running production workloads in Kubernetes, you might want to take backup of your disks. Traditional tools are too complex to setup and maintain in a dynamic compute environment like Kubernetes. restic is a backup program that is fast, efficient and secure with few moving parts. Stash is a CRD controller for Kubernetes built around restic to address these issues. Using Stash, you can backup Kubernetes volumes mounted in following types of workloads:\n- Deployment\n- DaemonSet\n- ReplicaSet\n- ReplicationController\n- StatefulSet

\n\n

Features

\n\n\n\n

Supported Versions

\n\n

Please pick a version of Stash that matches your Kubernetes installation.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Stash VersionDocsKubernetes Version
v0.9.0-rc.0 (uses CRD)User Guide1.11.x+
0.8.3 (uses CRD)User Guide1.9.x+
0.7.0 (uses CRD)User Guide1.8.x
0.6.4 (uses CRD)User Guide1.7.x
0.4.2 (uses TPR)User Guide1.5.x - 1.6.x
\n\n

Installation

\n\n

To install Stash, please follow the guide here.

\n\n

Using Stash

\n\n

Want to learn how to use Stash? Please start here.

\n\n

Stash API Clients

\n\n

You can use Stash api clients to programmatically access its objects. Here are the supported clients:

\n\n\n\n

Contribution guidelines

\n\n

Want to help improve Stash? Please start here.

\n\n
\n\n

Stash 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

Acknowledgement

\n\n\n\n

Support

\n\n

We use Slack for public discussions. To chit chat with us or the rest of the community, join us in the AppsCode Slack team channel #stash. To sign up, use our Slack inviter.

\n\n

If you have found a bug with Stash or want to request for new features, please file an issue.

\n", + "markdown": "[![Go Report Card](https://goreportcard.com/badge/stash.appscode.dev/stash)](https://goreportcard.com/report/stash.appscode.dev/stash)\n[![Build Status](https://travis-ci.org/stashed/stash.svg?branch=master)](https://travis-ci.org/stashed/stash)\n[![codecov](https://codecov.io/gh/stashed/stash/branch/master/graph/badge.svg)](https://codecov.io/gh/stashed/stash)\n[![Docker Pulls](https://img.shields.io/docker/pulls/appscode/stash.svg)](https://hub.docker.com/r/appscode/stash/)\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://x.com/intent/follow?screen_name=AppsCodeHQ)\n\n# Stash\n Stash by AppsCode is a Kubernetes operator for [restic](https://restic.net). If you are running production workloads in Kubernetes, you might want to take backup of your disks. Traditional tools are too complex to setup and maintain in a dynamic compute environment like Kubernetes. `restic` is a backup program that is fast, efficient and secure with few moving parts. Stash is a CRD controller for Kubernetes built around `restic` to address these issues. Using Stash, you can backup Kubernetes volumes mounted in following types of workloads:\n- Deployment\n- DaemonSet\n- ReplicaSet\n- ReplicationController\n- StatefulSet\n\n## Features\n - Fast, secure, efficient backup of Kubernetes [volumes](https://kubernetes.io/docs/concepts/storage/volumes/) (even in `ReadWriteOnce` mode).\n - Automates configuration of `restic` for periodic backup.\n - Store backed up files in various cloud storage provider, including S3, GCS, Azure, OpenStack Swift, DigitalOcean Spaces etc.\n - Restore backup easily.\n - Periodically check integrity of backed up data.\n - Take backup in offline mode.\n - Support workload initializer for faster backup.\n - Prometheus ready metrics for backup process.\n\n## Supported Versions\nPlease pick a version of Stash that matches your Kubernetes installation.\n\n| Stash Version | Docs | Kubernetes Version |\n|-------------------------------------------------------------------------------------|-----------------------------------------------------------------|--------------------|\n| [v0.9.0-rc.0](https://github.com/stashed/stash/releases/tag/v0.9.0-rc.0) (uses CRD) | [User Guide](https://appscode.com/products/stash/v0.9.0-rc.0) | 1.11.x+ |\n| [0.8.3](https://github.com/stashed/stash/releases/tag/0.8.3) (uses CRD) | [User Guide](https://appscode.com/products/stash/0.8.3) | 1.9.x+ |\n| [0.7.0](https://github.com/stashed/stash/releases/tag/0.7.0) (uses CRD) | [User Guide](https://appscode.com/products/stash/0.7.0) | 1.8.x |\n| [0.6.4](https://github.com/stashed/stash/releases/tag/0.6.4) (uses CRD) | [User Guide](https://appscode.com/products/stash/0.6.4) | 1.7.x |\n| [0.4.2](https://github.com/stashed/stash/releases/tag/0.4.2) (uses TPR) | [User Guide](https://github.com/stashed/docs/tree/0.4.2/docs) | 1.5.x - 1.6.x |\n\n## Installation\n\nTo install Stash, please follow the guide [here](https://appscode.com/products/stash/v0.9.0-rc.0/setup/install).\n\n## Using Stash\nWant to learn how to use Stash? Please start [here](https://appscode.com/products/stash/v0.9.0-rc.0).\n\n## Stash API Clients\nYou can use Stash api clients to programmatically access its objects. Here are the supported clients:\n\n- Go: [https://github.com/stashed/stash](/client/clientset/versioned)\n- Java: https://github.com/stashed/java\n\n## Contribution guidelines\nWant to help improve Stash? Please start [here](https://appscode.com/products/stash/v0.9.0-rc.0/welcome/contributing).\n\n---\n\n**Stash 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## Acknowledgement\n - Many thanks to [Alexander Neumann](https://github.com/fd0) for [Restic](https://restic.net) project.\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/C8NCX6N23/details/) channel `#stash`. To sign up, use our [Slack inviter](https://slack.appscode.com/).\n\nIf you have found a bug with Stash or want to request for new features, please [file an issue](https://github.com/stashed/stash/issues/new).\n" }, "supportLinks": { "Support URL": "https://appscode.freshdesk.com", diff --git a/data/products/kubevault.json b/data/products/kubevault.json index ebbe1c33..17a7abd9 100644 --- a/data/products/kubevault.json +++ b/data/products/kubevault.json @@ -427,7 +427,7 @@ "github": "https://github.com/kubevault", "linkedin": "https://www.linkedin.com/company/appscode", "slack": "https://appscode.slack.com/messages/CAG4P4A0G", - "twitter": "https://twitter.com/kubevault", + "twitter": "https://x.com/kubevault", "youtube": "https://www.youtube.com/c/appscodeinc" }, "description": { diff --git a/data/products/pharmer.json b/data/products/pharmer.json index 8923e0fb..400170fb 100644 --- a/data/products/pharmer.json +++ b/data/products/pharmer.json @@ -109,12 +109,12 @@ "facebook": "https://facebook.com/appscode", "github": "https://github.com/pharmer", "linkedin": "https://www.linkedin.com/company/appscode", - "twitter": "https://twitter.com/AppsCodeHQ", + "twitter": "https://x.com/AppsCodeHQ", "youtube": "https://www.youtube.com/c/appscodeinc" }, "description": { - "html": "

\"Go\n\"Build\n\"codecov\"\n\"Slack\"\n\"Twitter\"

\n\n

pharmer

\n\n

Kubernetes Cluster Manager for Kubeadm. Think kops using kubeadm!

\n\n

This project is spread over 3 repositories:

\n\n\n\n

User Guide

\n\n\n\n

Supported Versions Matrix

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
pharmer versionk8s 1.9.xk8s 1.10.xk8s 1.11.xk8s 1.12.xk8s 1.13.xk8s 1.14.x
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0-rc.5
0.1.0-rc.4
\n\n

Contribution guidelines

\n\n

Want to help improve Pharmer? Please start here.

\n\n
\n\n

Pharmer 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 --analytics=false.

\n\n
\n\n

Support

\n\n

We use Slack for public discussions. To chit chat with us or the rest of the community, join us in the Kubernetes Slack team channel #pharmer. To sign up, use our Slack inviter.

\n\n

To receive product announcements, please join our mailing list or follow us on Twitter. Our mailing list is also used to share design docs shared via Google docs.

\n\n

If you have found a bug with Pharmer or want to request for new features, please file an issue.

\n", - "markdown": "[![Go Report Card](https://goreportcard.com/badge/pharmer.dev/pharmer)](https://goreportcard.com/report/pharmer.dev/pharmer)\n[![Build Status](https://travis-ci.org/pharmer/pharmer.svg?branch=master)](https://travis-ci.org/pharmer/pharmer)\n[![codecov](https://codecov.io/gh/pharmer/pharmer/branch/master/graph/badge.svg)](https://codecov.io/gh/pharmer/pharmer)\n[![Slack](http://slack.kubernetes.io/badge.svg)](http://slack.kubernetes.io/#pharmer)\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# pharmer\nKubernetes Cluster Manager for [Kubeadm](https://github.com/kubernetes/kubeadm). Think `kops using kubeadm`!\n\nThis project is spread over 3 repositories:\n\n- [pharmer/pharmer](https://pharmer.dev/pharmer): A [Kops](https://github.com/kubernetes/kops) [like](https://pharmer.dev/pharmer/blob/master/docs/reference/pharmer.md) cluster manager using `Kubeadm`. Supported cloud providers:\n - [Amazon Web Services](https://aws.amazon.com/)\n - [Amazon EKS](https://docs.aws.amazon.com/eks/latest/userguide/getting-started.html)\n - [DigitalOcean](https://www.digitalocean.com/)\n - [Google Cloud](https://cloud.google.com/compute/)\n - [Google Kubernetes Engine GKE](https://cloud.google.com/kubernetes-engine/)\n - [Linode](https://www.linode.com/)\n - [Microsoft Azure](https://azure.microsoft.com/en-us/)\n - [Azure Kubernetes Servic AKS](https://docs.microsoft.com/en-us/azure/aks/)\n - [Packet](https://www.packet.net/)\n \n\n- [pharmer/pre-k](https://github.com/pharmer/pre-k): Contains [a set of handy commands](https://github.com/pharmer/pre-k/blob/master/docs/reference/pre-k.md) that you run before `kubeadm init`.\n\n- [pharmer/cloud-controller-manager](https://pharmer.dev/cloud-controller-manager): Implements Cloud Controller manager for following cloud providers:\n - [Linode](https://www.linode.com/)\n - [Packet](https://www.packet.net/)\n - [Digitalocean](https://digitalocean.com)\n \n \n \n\n## User Guide\n - [Create & manage a Kubernetes cluster in AWS EC2](https://github.com/pharmer/docs/tree/master/docs/guides/aws/README.md)\n - [Create & manage a Kubernetes cluster in Amazon EKS](https://github.com/pharmer/docs/tree/master/docs/guides/eks/README.md)\n - [Create & manage a Kubernetes cluster in Google Cloud](https://github.com/pharmer/docs/tree/master/docs/guides/gce/README.md)\n - [Create & manage a Kubernetes cluster in Google Kubernetes Engine](https://github.com/pharmer/docs/tree/master/docs/guides/gke/README.md)\n - [Create & manage a Kubernetes cluster in Microsoft Azure](https://github.com/pharmer/docs/tree/master/docs/guides/azure/README.md)\n - [Create & manage a Kubernetes cluster in Azure Kubernetes Servic](https://github.com/pharmer/docs/tree/master/docs/guides/aks/README.md)\n - [Create & manage a Kubernetes cluster in DigitalOcean](https://github.com/pharmer/docs/tree/master/docs/guides/digitalocean/README.md)\n - [Create & manage a Kubernetes cluster in Linode](https://github.com/pharmer/docs/tree/master/docs/guides/linode/README.md)\n - [Create & manage a Kubernetes cluster in Packet](https://github.com/pharmer/docs/tree/master/docs/guides/packet/README.md)\n \n\n## Supported Versions Matrix\n\n| pharmer version | k8s 1.9.x | k8s 1.10.x | k8s 1.11.x | k8s 1.12.x | k8s 1.13.x | k8s 1.14.x\n|-----------------|-----------|------------|------------|------------|---------|---------------\n| 0.3.1 | ✗ | ✗ | ✗ |✗ | ✓| ✓\n| 0.3.0 | ✗ | ✗ | ✗ |✗ | ✓| ✓\n| 0.2.0 | ✗ | ✗ | ✗ | ✓ | ✓| ✗\n| 0.1.1 | ✗ | ✗ | ✓ | ✓ | ✗| ✗\n| 0.1.0-rc.5 | ✗ | ✓ | ✓ | ✗ | ✗| ✗\n| 0.1.0-rc.4 | ✓ | ✓ | ✗ | ✗ | ✗| ✗\n\n## Contribution guidelines\nWant to help improve Pharmer? Please start [here](/CONTRIBUTING.md).\n\n---\n\n**Pharmer 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** `--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 [Kubernetes Slack team](https://kubernetes.slack.com/messages/C81LSKMPE/details/) channel `#pharmer`. To sign up, use our [Slack inviter](http://slack.kubernetes.io/).\n\nTo receive product announcements, please join our [mailing list](https://groups.google.com/forum/#!forum/pharmer) or follow us on [Twitter](https://twitter.com/AppsCodeHQ). Our mailing list is also used to share design docs shared via Google docs.\n\nIf you have found a bug with Pharmer or want to request for new features, please [file an issue](https://github.com/pharmer/project/issues/new).\n" + "html": "

\"Go\n\"Build\n\"codecov\"\n\"Slack\"\n\"Twitter\"

\n\n

pharmer

\n\n

Kubernetes Cluster Manager for Kubeadm. Think kops using kubeadm!

\n\n

This project is spread over 3 repositories:

\n\n\n\n

User Guide

\n\n\n\n

Supported Versions Matrix

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
pharmer versionk8s 1.9.xk8s 1.10.xk8s 1.11.xk8s 1.12.xk8s 1.13.xk8s 1.14.x
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0-rc.5
0.1.0-rc.4
\n\n

Contribution guidelines

\n\n

Want to help improve Pharmer? Please start here.

\n\n
\n\n

Pharmer 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 --analytics=false.

\n\n
\n\n

Support

\n\n

We use Slack for public discussions. To chit chat with us or the rest of the community, join us in the Kubernetes Slack team channel #pharmer. To sign up, use our Slack inviter.

\n\n

To receive product announcements, please join our mailing list or follow us on Twitter. Our mailing list is also used to share design docs shared via Google docs.

\n\n

If you have found a bug with Pharmer or want to request for new features, please file an issue.

\n", + "markdown": "[![Go Report Card](https://goreportcard.com/badge/pharmer.dev/pharmer)](https://goreportcard.com/report/pharmer.dev/pharmer)\n[![Build Status](https://travis-ci.org/pharmer/pharmer.svg?branch=master)](https://travis-ci.org/pharmer/pharmer)\n[![codecov](https://codecov.io/gh/pharmer/pharmer/branch/master/graph/badge.svg)](https://codecov.io/gh/pharmer/pharmer)\n[![Slack](http://slack.kubernetes.io/badge.svg)](http://slack.kubernetes.io/#pharmer)\n[![Twitter](https://img.shields.io/twitter/follow/appscodehq.svg?style=social&logo=twitter&label=Follow)](https://x.com/intent/follow?screen_name=AppsCodeHQ)\n\n# pharmer\nKubernetes Cluster Manager for [Kubeadm](https://github.com/kubernetes/kubeadm). Think `kops using kubeadm`!\n\nThis project is spread over 3 repositories:\n\n- [pharmer/pharmer](https://pharmer.dev/pharmer): A [Kops](https://github.com/kubernetes/kops) [like](https://pharmer.dev/pharmer/blob/master/docs/reference/pharmer.md) cluster manager using `Kubeadm`. Supported cloud providers:\n - [Amazon Web Services](https://aws.amazon.com/)\n - [Amazon EKS](https://docs.aws.amazon.com/eks/latest/userguide/getting-started.html)\n - [DigitalOcean](https://www.digitalocean.com/)\n - [Google Cloud](https://cloud.google.com/compute/)\n - [Google Kubernetes Engine GKE](https://cloud.google.com/kubernetes-engine/)\n - [Linode](https://www.linode.com/)\n - [Microsoft Azure](https://azure.microsoft.com/en-us/)\n - [Azure Kubernetes Servic AKS](https://docs.microsoft.com/en-us/azure/aks/)\n - [Packet](https://www.packet.net/)\n \n\n- [pharmer/pre-k](https://github.com/pharmer/pre-k): Contains [a set of handy commands](https://github.com/pharmer/pre-k/blob/master/docs/reference/pre-k.md) that you run before `kubeadm init`.\n\n- [pharmer/cloud-controller-manager](https://pharmer.dev/cloud-controller-manager): Implements Cloud Controller manager for following cloud providers:\n - [Linode](https://www.linode.com/)\n - [Packet](https://www.packet.net/)\n - [Digitalocean](https://digitalocean.com)\n \n \n \n\n## User Guide\n - [Create & manage a Kubernetes cluster in AWS EC2](https://github.com/pharmer/docs/tree/master/docs/guides/aws/README.md)\n - [Create & manage a Kubernetes cluster in Amazon EKS](https://github.com/pharmer/docs/tree/master/docs/guides/eks/README.md)\n - [Create & manage a Kubernetes cluster in Google Cloud](https://github.com/pharmer/docs/tree/master/docs/guides/gce/README.md)\n - [Create & manage a Kubernetes cluster in Google Kubernetes Engine](https://github.com/pharmer/docs/tree/master/docs/guides/gke/README.md)\n - [Create & manage a Kubernetes cluster in Microsoft Azure](https://github.com/pharmer/docs/tree/master/docs/guides/azure/README.md)\n - [Create & manage a Kubernetes cluster in Azure Kubernetes Servic](https://github.com/pharmer/docs/tree/master/docs/guides/aks/README.md)\n - [Create & manage a Kubernetes cluster in DigitalOcean](https://github.com/pharmer/docs/tree/master/docs/guides/digitalocean/README.md)\n - [Create & manage a Kubernetes cluster in Linode](https://github.com/pharmer/docs/tree/master/docs/guides/linode/README.md)\n - [Create & manage a Kubernetes cluster in Packet](https://github.com/pharmer/docs/tree/master/docs/guides/packet/README.md)\n \n\n## Supported Versions Matrix\n\n| pharmer version | k8s 1.9.x | k8s 1.10.x | k8s 1.11.x | k8s 1.12.x | k8s 1.13.x | k8s 1.14.x\n|-----------------|-----------|------------|------------|------------|---------|---------------\n| 0.3.1 | ✗ | ✗ | ✗ |✗ | ✓| ✓\n| 0.3.0 | ✗ | ✗ | ✗ |✗ | ✓| ✓\n| 0.2.0 | ✗ | ✗ | ✗ | ✓ | ✓| ✗\n| 0.1.1 | ✗ | ✗ | ✓ | ✓ | ✗| ✗\n| 0.1.0-rc.5 | ✗ | ✓ | ✓ | ✗ | ✗| ✗\n| 0.1.0-rc.4 | ✓ | ✓ | ✗ | ✗ | ✗| ✗\n\n## Contribution guidelines\nWant to help improve Pharmer? Please start [here](/CONTRIBUTING.md).\n\n---\n\n**Pharmer 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** `--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 [Kubernetes Slack team](https://kubernetes.slack.com/messages/C81LSKMPE/details/) channel `#pharmer`. To sign up, use our [Slack inviter](http://slack.kubernetes.io/).\n\nTo receive product announcements, please join our [mailing list](https://groups.google.com/forum/#!forum/pharmer) or follow us on [Twitter](https://x.com/AppsCodeHQ). Our mailing list is also used to share design docs shared via Google docs.\n\nIf you have found a bug with Pharmer or want to request for new features, please [file an issue](https://github.com/pharmer/project/issues/new).\n" }, "supportLinks": { "Support URL": "https://appscode.freshdesk.com", diff --git a/data/products/searchlight.json b/data/products/searchlight.json index 54986f74..93611e9d 100644 --- a/data/products/searchlight.json +++ b/data/products/searchlight.json @@ -139,12 +139,12 @@ "facebook": "https://facebook.com/appscode", "github": "https://github.com/searchlight/searchlight", "linkedin": "https://www.linkedin.com/company/appscode", - "twitter": "https://twitter.com/AppsCodeHQ", + "twitter": "https://x.com/AppsCodeHQ", "youtube": "https://www.youtube.com/c/appscodeinc" }, "description": { - "html": "

\"Go\n\"Build\n\"codecov\"\n\"Docker\n\"Slack\"\n\"Twitter\"

\n\n

Searchlight

\n\n

\n\n

Searchlight by AppsCode is a Kubernetes operator for Icinga. If you are running production workloads in Kubernetes, you probably want to be alerted when things go wrong. Icinga periodically runs various checks on a Kubernetes cluster and sends notifications if detects an issue. It also nicely supplements whitebox monitoring tools like, Prometheus with blackbox monitoring can catch problems that are otherwise invisible, and also serves as a fallback in case internal systems completely fail. Searchlight is a CRD controller for Kubernetes built around Icinga to address these issues. Searchlight can do the following things for you:

\n\n\n\n

Supported Versions

\n\n

Please pick a version of Searchlight that matches your Kubernetes installation.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Searchlight VersionDocsKubernetes Version
8.0.0 (uses CRD)User Guide1.9.x+ (test/qa clusters)
7.0.0 (uses CRD)User Guide1.8.x
5.1.1 (uses CRD)User Guide1.7.x+
3.0.1 (uses TPR)User Guide1.5.x - 1.7.x
\n\n

Installation

\n\n

To install Searchlight, please follow the guide here.

\n\n

Using Searchlight

\n\n

Want to learn how to use Searchlight? Please start here.

\n\n

Searchlight API Clients

\n\n

You can use Searchlight api clients to programmatically access its CRD objects. Here are the supported clients:

\n\n\n\n

Contribution guidelines

\n\n

Want to help improve Searchlight? Please start here.

\n\n
\n\n

Searchlight binaries collects anonymous usage statistics to help us learn how the software is being used and\nhow we can improve it. To disable stats collection, run the operator with the flag --enable-analytics=false.

\n\n
\n\n

Acknowledgement

\n\n\n\n

Support

\n\n

We use Slack for public discussions. To chit chat with us or the rest of the community, join us in the AppsCode Slack team channel #searchlight_. To sign up, use our Slack inviter.

\n\n

If you have found a bug with Searchlight or want to request for new features, please file an issue.

\n", - "markdown": "[![Go Report Card](https://goreportcard.com/badge/github.com/appscode/searchlight)](https://goreportcard.com/report/github.com/appscode/searchlight)\n[![Build Status](https://travis-ci.org/searchlight/searchlight.svg?branch=master)](https://travis-ci.org/searchlight/searchlight)\n[![codecov](https://codecov.io/gh/searchlight/searchlight/branch/master/graph/badge.svg)](https://codecov.io/gh/searchlight/searchlight)\n[![Docker Pulls](https://img.shields.io/docker/pulls/appscode/searchlight.svg)](https://hub.docker.com/r/appscode/searchlight/)\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# Searchlight\n\n\n\n\nSearchlight by AppsCode is a Kubernetes operator for [Icinga](https://www.icinga.com/). If you are running production workloads in Kubernetes, you probably want to be alerted when things go wrong. Icinga periodically runs various checks on a Kubernetes cluster and sends notifications if detects an issue. It also nicely supplements whitebox monitoring tools like, [Prometheus](https://prometheus.io/) with blackbox monitoring can catch problems that are otherwise invisible, and also serves as a fallback in case internal systems completely fail. Searchlight is a CRD controller for Kubernetes built around Icinga to address these issues. Searchlight can do the following things for you:\n\n - Periodically run various checks on a Kubernetes cluster and its nodes or pods.\n - Includes a [suite of check commands](/docs/reference/hyperalert/hyperalert.md) written specifically for Kubernetes.\n - Searchlight can send notifications via Email, SMS or Chat.\n - [Supplements](https://prometheus.io/docs/practices/alerting/#metamonitoring) the whitebox monitoring tools like [Prometheus](https://prometheus.io).\n\n## Supported Versions\nPlease pick a version of Searchlight that matches your Kubernetes installation.\n\n| Searchlight Version | Docs | Kubernetes Version |\n|------------------------------------------------------------------------------------------|----------------------------------------------------------------------------|--------------------|\n| [8.0.0](https://github.com/appscode/searchlight/releases/tag/8.0.0) (uses CRD) | [User Guide](https://appscode.com/products/searchlight/8.0.0/welcome/)| 1.9.x+ (test/qa clusters) |\n| [7.0.0](https://github.com/appscode/searchlight/releases/tag/7.0.0) (uses CRD) | [User Guide](https://appscode.com/products/searchlight/7.0.0/welcome/) | 1.8.x |\n| [5.1.1](https://github.com/appscode/searchlight/releases/tag/5.1.1) (uses CRD) | [User Guide](https://appscode.com/products/searchlight/5.1.1/welcome/) | 1.7.x+ |\n| [3.0.1](https://github.com/appscode/searchlight/releases/tag/3.0.1) (uses TPR) | [User Guide](https://github.com/appscode/searchlight/tree/3.0.1/docs) | 1.5.x - 1.7.x |\n\n## Installation\nTo install Searchlight, please follow the guide [here](https://appscode.com/products/searchlight/8.0.0/setup/install).\n\n## Using Searchlight\nWant to learn how to use Searchlight? Please start [here](https://appscode.com/products/searchlight/8.0.0).\n\n## Searchlight API Clients\nYou can use Searchlight api clients to programmatically access its CRD objects. Here are the supported clients:\n\n- Go: [https://github.com/appscode/searchlight](/client/clientset/versioned)\n- Java: https://github.com/searchlight-client/java\n\n## Contribution guidelines\nWant to help improve Searchlight? Please start [here](https://appscode.com/products/searchlight/8.0.0/welcome/contributing).\n\n---\n\n**Searchlight binaries collects anonymous usage statistics to help us learn how the software is being used and\nhow we can improve it. To disable stats collection, run the operator with the flag** `--enable-analytics=false`.\n\n---\n\n## Acknowledgement\n - Many thanks to [Icinga](https://www.icinga.com/) project.\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/C8M7LT2QK/details/) channel `#searchlight_`. To sign up, use our [Slack inviter](https://slack.appscode.com/).\n\nIf you have found a bug with Searchlight or want to request for new features, please [file an issue](https://github.com/appscode/searchlight/issues/new).\n\n" + "html": "

\"Go\n\"Build\n\"codecov\"\n\"Docker\n\"Slack\"\n\"Twitter\"

\n\n

Searchlight

\n\n

\n\n

Searchlight by AppsCode is a Kubernetes operator for Icinga. If you are running production workloads in Kubernetes, you probably want to be alerted when things go wrong. Icinga periodically runs various checks on a Kubernetes cluster and sends notifications if detects an issue. It also nicely supplements whitebox monitoring tools like, Prometheus with blackbox monitoring can catch problems that are otherwise invisible, and also serves as a fallback in case internal systems completely fail. Searchlight is a CRD controller for Kubernetes built around Icinga to address these issues. Searchlight can do the following things for you:

\n\n\n\n

Supported Versions

\n\n

Please pick a version of Searchlight that matches your Kubernetes installation.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Searchlight VersionDocsKubernetes Version
8.0.0 (uses CRD)User Guide1.9.x+ (test/qa clusters)
7.0.0 (uses CRD)User Guide1.8.x
5.1.1 (uses CRD)User Guide1.7.x+
3.0.1 (uses TPR)User Guide1.5.x - 1.7.x
\n\n

Installation

\n\n

To install Searchlight, please follow the guide here.

\n\n

Using Searchlight

\n\n

Want to learn how to use Searchlight? Please start here.

\n\n

Searchlight API Clients

\n\n

You can use Searchlight api clients to programmatically access its CRD objects. Here are the supported clients:

\n\n\n\n

Contribution guidelines

\n\n

Want to help improve Searchlight? Please start here.

\n\n
\n\n

Searchlight binaries collects anonymous usage statistics to help us learn how the software is being used and\nhow we can improve it. To disable stats collection, run the operator with the flag --enable-analytics=false.

\n\n
\n\n

Acknowledgement

\n\n\n\n

Support

\n\n

We use Slack for public discussions. To chit chat with us or the rest of the community, join us in the AppsCode Slack team channel #searchlight_. To sign up, use our Slack inviter.

\n\n

If you have found a bug with Searchlight or want to request for new features, please file an issue.

\n", + "markdown": "[![Go Report Card](https://goreportcard.com/badge/github.com/appscode/searchlight)](https://goreportcard.com/report/github.com/appscode/searchlight)\n[![Build Status](https://travis-ci.org/searchlight/searchlight.svg?branch=master)](https://travis-ci.org/searchlight/searchlight)\n[![codecov](https://codecov.io/gh/searchlight/searchlight/branch/master/graph/badge.svg)](https://codecov.io/gh/searchlight/searchlight)\n[![Docker Pulls](https://img.shields.io/docker/pulls/appscode/searchlight.svg)](https://hub.docker.com/r/appscode/searchlight/)\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://x.com/intent/follow?screen_name=AppsCodeHQ)\n\n# Searchlight\n\n\n\n\nSearchlight by AppsCode is a Kubernetes operator for [Icinga](https://www.icinga.com/). If you are running production workloads in Kubernetes, you probably want to be alerted when things go wrong. Icinga periodically runs various checks on a Kubernetes cluster and sends notifications if detects an issue. It also nicely supplements whitebox monitoring tools like, [Prometheus](https://prometheus.io/) with blackbox monitoring can catch problems that are otherwise invisible, and also serves as a fallback in case internal systems completely fail. Searchlight is a CRD controller for Kubernetes built around Icinga to address these issues. Searchlight can do the following things for you:\n\n - Periodically run various checks on a Kubernetes cluster and its nodes or pods.\n - Includes a [suite of check commands](/docs/reference/hyperalert/hyperalert.md) written specifically for Kubernetes.\n - Searchlight can send notifications via Email, SMS or Chat.\n - [Supplements](https://prometheus.io/docs/practices/alerting/#metamonitoring) the whitebox monitoring tools like [Prometheus](https://prometheus.io).\n\n## Supported Versions\nPlease pick a version of Searchlight that matches your Kubernetes installation.\n\n| Searchlight Version | Docs | Kubernetes Version |\n|------------------------------------------------------------------------------------------|----------------------------------------------------------------------------|--------------------|\n| [8.0.0](https://github.com/appscode/searchlight/releases/tag/8.0.0) (uses CRD) | [User Guide](https://appscode.com/products/searchlight/8.0.0/welcome/)| 1.9.x+ (test/qa clusters) |\n| [7.0.0](https://github.com/appscode/searchlight/releases/tag/7.0.0) (uses CRD) | [User Guide](https://appscode.com/products/searchlight/7.0.0/welcome/) | 1.8.x |\n| [5.1.1](https://github.com/appscode/searchlight/releases/tag/5.1.1) (uses CRD) | [User Guide](https://appscode.com/products/searchlight/5.1.1/welcome/) | 1.7.x+ |\n| [3.0.1](https://github.com/appscode/searchlight/releases/tag/3.0.1) (uses TPR) | [User Guide](https://github.com/appscode/searchlight/tree/3.0.1/docs) | 1.5.x - 1.7.x |\n\n## Installation\nTo install Searchlight, please follow the guide [here](https://appscode.com/products/searchlight/8.0.0/setup/install).\n\n## Using Searchlight\nWant to learn how to use Searchlight? Please start [here](https://appscode.com/products/searchlight/8.0.0).\n\n## Searchlight API Clients\nYou can use Searchlight api clients to programmatically access its CRD objects. Here are the supported clients:\n\n- Go: [https://github.com/appscode/searchlight](/client/clientset/versioned)\n- Java: https://github.com/searchlight-client/java\n\n## Contribution guidelines\nWant to help improve Searchlight? Please start [here](https://appscode.com/products/searchlight/8.0.0/welcome/contributing).\n\n---\n\n**Searchlight binaries collects anonymous usage statistics to help us learn how the software is being used and\nhow we can improve it. To disable stats collection, run the operator with the flag** `--enable-analytics=false`.\n\n---\n\n## Acknowledgement\n - Many thanks to [Icinga](https://www.icinga.com/) project.\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/C8M7LT2QK/details/) channel `#searchlight_`. To sign up, use our [Slack inviter](https://slack.appscode.com/).\n\nIf you have found a bug with Searchlight or want to request for new features, please [file an issue](https://github.com/appscode/searchlight/issues/new).\n\n" }, "supportLinks": { "Support URL": "https://appscode.freshdesk.com", diff --git a/data/products/service-broker.json b/data/products/service-broker.json index 5337aa7a..dc55eb6e 100644 --- a/data/products/service-broker.json +++ b/data/products/service-broker.json @@ -118,12 +118,12 @@ "facebook": "https://facebook.com/appscode", "github": "https://github.com/appscode/service-broker", "linkedin": "https://www.linkedin.com/company/appscode", - "twitter": "https://twitter.com/AppsCodeHQ", + "twitter": "https://x.com/AppsCodeHQ", "youtube": "https://www.youtube.com/c/appscodeinc" }, "description": { - "html": "

\"Go\n\"Build\n\"codecov\"\n\"Docker\n\"Slack\"\n\"Twitter\"

\n\n

AppsCode Service Broker

\n\n

Open Service Broker for installing AppsCode cloud services in Kubernetes cluster.

\n\n

Supported Versions

\n\n

Please pick a version of AppsCode Service Broker that matches your Kubernetes installation.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
AppsCode Service Broker VersionDocsKubernetes Version
0.3.1User Guide1.9.x+
\n\n

Installation

\n\n

To install AppsCode Serice Broker, please follow the guide here.

\n\n

Using Service Broker

\n\n

Want to learn how to use AppsCode Service Broker? Please start here.

\n\n

Contribution guidelines

\n\n

Want to help improve AppsCode Service Broker? Please start here.

\n\n
\n\n

AppsCode Service Broker binary 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

\n\n

We use Slack for public discussions. To chit chat with us or the rest of the community, join us in the AppsCode Slack team channel #service-broker. To sign up, use our Slack inviter.

\n\n

If you have found a bug with Service Broker or want to request for new features, please file an issue.

\n", - "markdown": "[![Go Report Card](https://goreportcard.com/badge/github.com/appscode/service-broker)](https://goreportcard.com/report/github.com/appscode/service-broker)\n[![Build Status](https://travis-ci.org/appscode/service-broker.svg?branch=master)](https://travis-ci.org/appscode/service-broker)\n[![codecov](https://codecov.io/gh/appscode/service-broker/branch/master/graph/badge.svg)](https://codecov.io/gh/appscode/service-broker)\n[![Docker Pulls](https://img.shields.io/docker/pulls/appscode/service-broker.svg)](https://hub.docker.com/r/appscode/service-broker/)\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# AppsCode Service Broker\nOpen Service Broker for installing AppsCode cloud services in Kubernetes cluster.\n\n## Supported Versions\nPlease pick a version of AppsCode Service Broker that matches your Kubernetes installation.\n\n| AppsCode Service Broker Version | Docs | Kubernetes Version |\n|------------------------------------------------------------------------|------------------------------------------------------------------|--------------------|\n| [0.3.1](https://github.com/appscode/service-broker/releases/tag/0.3.1) | [User Guide](https://appscode.com/products/service-broker/0.3.1) | 1.9.x+ |\n\n## Installation\nTo install AppsCode Serice Broker, please follow the guide [here](https://appscode.com/products/service-broker/0.3.1/setup/install).\n\n## Using Service Broker\nWant to learn how to use AppsCode Service Broker? Please start [here](https://appscode.com/products/service-broker/0.3.1).\n\n## Contribution guidelines\nWant to help improve AppsCode Service Broker? Please start [here](https://appscode.com/products/service-broker/0.3.1/welcome/contributing/).\n\n---\n\n**AppsCode Service Broker binary 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/service-broker/) channel `#service-broker`. To sign up, use our [Slack inviter](https://slack.appscode.com/).\n\nIf you have found a bug with Service Broker or want to request for new features, please [file an issue](https://github.com/appscode/service-broker/issues/new).\n" + "html": "

\"Go\n\"Build\n\"codecov\"\n\"Docker\n\"Slack\"\n\"Twitter\"

\n\n

AppsCode Service Broker

\n\n

Open Service Broker for installing AppsCode cloud services in Kubernetes cluster.

\n\n

Supported Versions

\n\n

Please pick a version of AppsCode Service Broker that matches your Kubernetes installation.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
AppsCode Service Broker VersionDocsKubernetes Version
0.3.1User Guide1.9.x+
\n\n

Installation

\n\n

To install AppsCode Serice Broker, please follow the guide here.

\n\n

Using Service Broker

\n\n

Want to learn how to use AppsCode Service Broker? Please start here.

\n\n

Contribution guidelines

\n\n

Want to help improve AppsCode Service Broker? Please start here.

\n\n
\n\n

AppsCode Service Broker binary 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

\n\n

We use Slack for public discussions. To chit chat with us or the rest of the community, join us in the AppsCode Slack team channel #service-broker. To sign up, use our Slack inviter.

\n\n

If you have found a bug with Service Broker or want to request for new features, please file an issue.

\n", + "markdown": "[![Go Report Card](https://goreportcard.com/badge/github.com/appscode/service-broker)](https://goreportcard.com/report/github.com/appscode/service-broker)\n[![Build Status](https://travis-ci.org/appscode/service-broker.svg?branch=master)](https://travis-ci.org/appscode/service-broker)\n[![codecov](https://codecov.io/gh/appscode/service-broker/branch/master/graph/badge.svg)](https://codecov.io/gh/appscode/service-broker)\n[![Docker Pulls](https://img.shields.io/docker/pulls/appscode/service-broker.svg)](https://hub.docker.com/r/appscode/service-broker/)\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://x.com/intent/follow?screen_name=AppsCodeHQ)\n\n# AppsCode Service Broker\nOpen Service Broker for installing AppsCode cloud services in Kubernetes cluster.\n\n## Supported Versions\nPlease pick a version of AppsCode Service Broker that matches your Kubernetes installation.\n\n| AppsCode Service Broker Version | Docs | Kubernetes Version |\n|------------------------------------------------------------------------|------------------------------------------------------------------|--------------------|\n| [0.3.1](https://github.com/appscode/service-broker/releases/tag/0.3.1) | [User Guide](https://appscode.com/products/service-broker/0.3.1) | 1.9.x+ |\n\n## Installation\nTo install AppsCode Serice Broker, please follow the guide [here](https://appscode.com/products/service-broker/0.3.1/setup/install).\n\n## Using Service Broker\nWant to learn how to use AppsCode Service Broker? Please start [here](https://appscode.com/products/service-broker/0.3.1).\n\n## Contribution guidelines\nWant to help improve AppsCode Service Broker? Please start [here](https://appscode.com/products/service-broker/0.3.1/welcome/contributing/).\n\n---\n\n**AppsCode Service Broker binary 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/service-broker/) channel `#service-broker`. To sign up, use our [Slack inviter](https://slack.appscode.com/).\n\nIf you have found a bug with Service Broker or want to request for new features, please [file an issue](https://github.com/appscode/service-broker/issues/new).\n" }, "supportLinks": { "Support URL": "https://appscode.freshdesk.com", diff --git a/data/products/stash.json b/data/products/stash.json index ccffba99..73eb9a1d 100644 --- a/data/products/stash.json +++ b/data/products/stash.json @@ -2855,12 +2855,12 @@ "github": "https://github.com/stashed", "linkedin": "https://www.linkedin.com/company/appscode", "slack": "https://appscode.slack.com/messages/C8NCX6N23", - "twitter": "https://twitter.com/KubeStash", + "twitter": "https://x.com/KubeStash", "youtube": "https://www.youtube.com/c/appscodeinc" }, "description": { - "html": "

\"Go\n\"Build\n\"codecov\"\n\"Docker\n\"Slack\"\n\"Twitter\"

\n\n

Stash

\n\n

Stash by AppsCode is a Kubernetes operator for restic. If you are running production workloads in Kubernetes, you might want to take backup of your disks. Traditional tools are too complex to setup and maintain in a dynamic compute environment like Kubernetes. restic is a backup program that is fast, efficient and secure with few moving parts. Stash is a CRD controller for Kubernetes built around restic to address these issues. Using Stash, you can backup Kubernetes volumes mounted in following types of workloads:\n- Deployment\n- DaemonSet\n- ReplicaSet\n- ReplicationController\n- StatefulSet

\n\n

Features

\n\n\n\n

Supported Versions

\n\n

Please pick a version of Stash that matches your Kubernetes installation.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Stash VersionDocsKubernetes Version
v0.9.0-rc.0 (uses CRD)User Guide1.11.x+
0.8.3 (uses CRD)User Guide1.9.x+
0.7.0 (uses CRD)User Guide1.8.x
0.6.4 (uses CRD)User Guide1.7.x
0.4.2 (uses TPR)User Guide1.5.x - 1.6.x
\n\n

Installation

\n\n

To install Stash, please follow the guide here.

\n\n

Using Stash

\n\n

Want to learn how to use Stash? Please start here.

\n\n

Stash API Clients

\n\n

You can use Stash api clients to programmatically access its objects. Here are the supported clients:

\n\n\n\n

Contribution guidelines

\n\n

Want to help improve Stash? Please start here.

\n\n
\n\n

Stash 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

Acknowledgement

\n\n\n\n

Support

\n\n

We use Slack for public discussions. To chit chat with us or the rest of the community, join us in the AppsCode Slack team channel #stash. To sign up, use our Slack inviter.

\n\n

If you have found a bug with Stash or want to request for new features, please file an issue.

\n", - "markdown": "[![Go Report Card](https://goreportcard.com/badge/stash.appscode.dev/stash)](https://goreportcard.com/report/stash.appscode.dev/stash)\n[![Build Status](https://travis-ci.org/stashed/stash.svg?branch=master)](https://travis-ci.org/stashed/stash)\n[![codecov](https://codecov.io/gh/stashed/stash/branch/master/graph/badge.svg)](https://codecov.io/gh/stashed/stash)\n[![Docker Pulls](https://img.shields.io/docker/pulls/appscode/stash.svg)](https://hub.docker.com/r/appscode/stash/)\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# Stash\n Stash by AppsCode is a Kubernetes operator for [restic](https://restic.net). If you are running production workloads in Kubernetes, you might want to take backup of your disks. Traditional tools are too complex to setup and maintain in a dynamic compute environment like Kubernetes. `restic` is a backup program that is fast, efficient and secure with few moving parts. Stash is a CRD controller for Kubernetes built around `restic` to address these issues. Using Stash, you can backup Kubernetes volumes mounted in following types of workloads:\n- Deployment\n- DaemonSet\n- ReplicaSet\n- ReplicationController\n- StatefulSet\n\n## Features\n - Fast, secure, efficient backup of Kubernetes [volumes](https://kubernetes.io/docs/concepts/storage/volumes/) (even in `ReadWriteOnce` mode).\n - Automates configuration of `restic` for periodic backup.\n - Store backed up files in various cloud storage provider, including S3, GCS, Azure, OpenStack Swift, DigitalOcean Spaces etc.\n - Restore backup easily.\n - Periodically check integrity of backed up data.\n - Take backup in offline mode.\n - Support workload initializer for faster backup.\n - Prometheus ready metrics for backup process.\n\n## Supported Versions\nPlease pick a version of Stash that matches your Kubernetes installation.\n\n| Stash Version | Docs | Kubernetes Version |\n|-------------------------------------------------------------------------------------|-----------------------------------------------------------------|--------------------|\n| [v0.9.0-rc.0](https://github.com/stashed/stash/releases/tag/v0.9.0-rc.0) (uses CRD) | [User Guide](https://appscode.com/products/stash/v0.9.0-rc.0) | 1.11.x+ |\n| [0.8.3](https://github.com/stashed/stash/releases/tag/0.8.3) (uses CRD) | [User Guide](https://appscode.com/products/stash/0.8.3) | 1.9.x+ |\n| [0.7.0](https://github.com/stashed/stash/releases/tag/0.7.0) (uses CRD) | [User Guide](https://appscode.com/products/stash/0.7.0) | 1.8.x |\n| [0.6.4](https://github.com/stashed/stash/releases/tag/0.6.4) (uses CRD) | [User Guide](https://appscode.com/products/stash/0.6.4) | 1.7.x |\n| [0.4.2](https://github.com/stashed/stash/releases/tag/0.4.2) (uses TPR) | [User Guide](https://github.com/stashed/docs/tree/0.4.2/docs) | 1.5.x - 1.6.x |\n\n## Installation\n\nTo install Stash, please follow the guide [here](https://appscode.com/products/stash/v0.9.0-rc.0/setup/install).\n\n## Using Stash\nWant to learn how to use Stash? Please start [here](https://appscode.com/products/stash/v0.9.0-rc.0).\n\n## Stash API Clients\nYou can use Stash api clients to programmatically access its objects. Here are the supported clients:\n\n- Go: [https://github.com/stashed/stash](/client/clientset/versioned)\n- Java: https://github.com/stashed/java\n\n## Contribution guidelines\nWant to help improve Stash? Please start [here](https://appscode.com/products/stash/v0.9.0-rc.0/welcome/contributing).\n\n---\n\n**Stash 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## Acknowledgement\n - Many thanks to [Alexander Neumann](https://github.com/fd0) for [Restic](https://restic.net) project.\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/C8NCX6N23/details/) channel `#stash`. To sign up, use our [Slack inviter](https://slack.appscode.com/).\n\nIf you have found a bug with Stash or want to request for new features, please [file an issue](https://github.com/stashed/stash/issues/new).\n" + "html": "

\"Go\n\"Build\n\"codecov\"\n\"Docker\n\"Slack\"\n\"Twitter\"

\n\n

Stash

\n\n

Stash by AppsCode is a Kubernetes operator for restic. If you are running production workloads in Kubernetes, you might want to take backup of your disks. Traditional tools are too complex to setup and maintain in a dynamic compute environment like Kubernetes. restic is a backup program that is fast, efficient and secure with few moving parts. Stash is a CRD controller for Kubernetes built around restic to address these issues. Using Stash, you can backup Kubernetes volumes mounted in following types of workloads:\n- Deployment\n- DaemonSet\n- ReplicaSet\n- ReplicationController\n- StatefulSet

\n\n

Features

\n\n\n\n

Supported Versions

\n\n

Please pick a version of Stash that matches your Kubernetes installation.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Stash VersionDocsKubernetes Version
v0.9.0-rc.0 (uses CRD)User Guide1.11.x+
0.8.3 (uses CRD)User Guide1.9.x+
0.7.0 (uses CRD)User Guide1.8.x
0.6.4 (uses CRD)User Guide1.7.x
0.4.2 (uses TPR)User Guide1.5.x - 1.6.x
\n\n

Installation

\n\n

To install Stash, please follow the guide here.

\n\n

Using Stash

\n\n

Want to learn how to use Stash? Please start here.

\n\n

Stash API Clients

\n\n

You can use Stash api clients to programmatically access its objects. Here are the supported clients:

\n\n\n\n

Contribution guidelines

\n\n

Want to help improve Stash? Please start here.

\n\n
\n\n

Stash 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

Acknowledgement

\n\n\n\n

Support

\n\n

We use Slack for public discussions. To chit chat with us or the rest of the community, join us in the AppsCode Slack team channel #stash. To sign up, use our Slack inviter.

\n\n

If you have found a bug with Stash or want to request for new features, please file an issue.

\n", + "markdown": "[![Go Report Card](https://goreportcard.com/badge/stash.appscode.dev/stash)](https://goreportcard.com/report/stash.appscode.dev/stash)\n[![Build Status](https://travis-ci.org/stashed/stash.svg?branch=master)](https://travis-ci.org/stashed/stash)\n[![codecov](https://codecov.io/gh/stashed/stash/branch/master/graph/badge.svg)](https://codecov.io/gh/stashed/stash)\n[![Docker Pulls](https://img.shields.io/docker/pulls/appscode/stash.svg)](https://hub.docker.com/r/appscode/stash/)\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://x.com/intent/follow?screen_name=AppsCodeHQ)\n\n# Stash\n Stash by AppsCode is a Kubernetes operator for [restic](https://restic.net). If you are running production workloads in Kubernetes, you might want to take backup of your disks. Traditional tools are too complex to setup and maintain in a dynamic compute environment like Kubernetes. `restic` is a backup program that is fast, efficient and secure with few moving parts. Stash is a CRD controller for Kubernetes built around `restic` to address these issues. Using Stash, you can backup Kubernetes volumes mounted in following types of workloads:\n- Deployment\n- DaemonSet\n- ReplicaSet\n- ReplicationController\n- StatefulSet\n\n## Features\n - Fast, secure, efficient backup of Kubernetes [volumes](https://kubernetes.io/docs/concepts/storage/volumes/) (even in `ReadWriteOnce` mode).\n - Automates configuration of `restic` for periodic backup.\n - Store backed up files in various cloud storage provider, including S3, GCS, Azure, OpenStack Swift, DigitalOcean Spaces etc.\n - Restore backup easily.\n - Periodically check integrity of backed up data.\n - Take backup in offline mode.\n - Support workload initializer for faster backup.\n - Prometheus ready metrics for backup process.\n\n## Supported Versions\nPlease pick a version of Stash that matches your Kubernetes installation.\n\n| Stash Version | Docs | Kubernetes Version |\n|-------------------------------------------------------------------------------------|-----------------------------------------------------------------|--------------------|\n| [v0.9.0-rc.0](https://github.com/stashed/stash/releases/tag/v0.9.0-rc.0) (uses CRD) | [User Guide](https://appscode.com/products/stash/v0.9.0-rc.0) | 1.11.x+ |\n| [0.8.3](https://github.com/stashed/stash/releases/tag/0.8.3) (uses CRD) | [User Guide](https://appscode.com/products/stash/0.8.3) | 1.9.x+ |\n| [0.7.0](https://github.com/stashed/stash/releases/tag/0.7.0) (uses CRD) | [User Guide](https://appscode.com/products/stash/0.7.0) | 1.8.x |\n| [0.6.4](https://github.com/stashed/stash/releases/tag/0.6.4) (uses CRD) | [User Guide](https://appscode.com/products/stash/0.6.4) | 1.7.x |\n| [0.4.2](https://github.com/stashed/stash/releases/tag/0.4.2) (uses TPR) | [User Guide](https://github.com/stashed/docs/tree/0.4.2/docs) | 1.5.x - 1.6.x |\n\n## Installation\n\nTo install Stash, please follow the guide [here](https://appscode.com/products/stash/v0.9.0-rc.0/setup/install).\n\n## Using Stash\nWant to learn how to use Stash? Please start [here](https://appscode.com/products/stash/v0.9.0-rc.0).\n\n## Stash API Clients\nYou can use Stash api clients to programmatically access its objects. Here are the supported clients:\n\n- Go: [https://github.com/stashed/stash](/client/clientset/versioned)\n- Java: https://github.com/stashed/java\n\n## Contribution guidelines\nWant to help improve Stash? Please start [here](https://appscode.com/products/stash/v0.9.0-rc.0/welcome/contributing).\n\n---\n\n**Stash 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## Acknowledgement\n - Many thanks to [Alexander Neumann](https://github.com/fd0) for [Restic](https://restic.net) project.\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/C8NCX6N23/details/) channel `#stash`. To sign up, use our [Slack inviter](https://slack.appscode.com/).\n\nIf you have found a bug with Stash or want to request for new features, please [file an issue](https://github.com/stashed/stash/issues/new).\n" }, "supportLinks": { "Support URL": "https://appscode.freshdesk.com", diff --git a/data/products/swift.json b/data/products/swift.json index 83c1937d..2994ab03 100644 --- a/data/products/swift.json +++ b/data/products/swift.json @@ -185,12 +185,12 @@ "facebook": "https://facebook.com/appscode", "github": "https://kubepack.dev/swift", "linkedin": "https://www.linkedin.com/company/appscode", - "twitter": "https://twitter.com/AppsCodeHQ", + "twitter": "https://x.com/AppsCodeHQ", "youtube": "https://www.youtube.com/c/appscodeinc" }, "description": { - "html": "

\"Go\n\"Build\n\"codecov\"\n\"Docker\n\"Slack\"\n\"Twitter\"

\n\n

Swift

\n\n

Swift is an Ajax friendly Helm Tiller proxy using grpc-gateway.

\n\n

Supported Versions

\n\n

Kubernetes 1.5+ . Helm Tiller server checks for version compatibility. Please pick a version of Swift that matches your Tiller server.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Swift VersionDocsHelm/Tiller Version
0.11.1User Guide2.13.0
0.10.0User Guide2.12.0
0.9.0User Guide2.11.0
0.8.1User Guide2.9.0
0.7.3User Guide2.8.0
0.5.2User Guide2.7.0
0.3.2User Guide2.5.x, 2.6.x
0.2.0User Guide2.5.x, 2.6.x
0.1.0User Guide2.5.x, 2.6.x
\n\n

Installation

\n\n

To install Swift, please follow the guide here.

\n\n

Using Swift

\n\n

Want to learn how to use Swift? Please start here.

\n\n

Contribution guidelines

\n\n

Want to help improve Swift? Please start here.

\n\n
\n\n

Swift server 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

\n\n

We use Slack for public discussions. To chit chat with us or the rest of the community, join us in the AppsCode Slack team channel #general. To sign up, use our Slack inviter.

\n\n

If you have found a bug with Searchlight or want to request for new features, please file an issue.

\n", - "markdown": "[![Go Report Card](https://goreportcard.com/badge/kubepack.dev/swift)](https://goreportcard.com/report/kubepack.dev/swift)\n[![Build Status](https://travis-ci.org/kubepack/swift.svg?branch=master)](https://travis-ci.org/kubepack/swift)\n[![codecov](https://codecov.io/gh/appscode/swift/branch/master/graph/badge.svg)](https://codecov.io/gh/appscode/swift)\n[![Docker Pulls](https://img.shields.io/docker/pulls/appscode/swift.svg)](https://hub.docker.com/r/appscode/swift/)\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# Swift\nSwift is an Ajax friendly [Helm](https://github.com/kubernetes/helm) Tiller proxy using [grpc-gateway](https://github.com/grpc-ecosystem/grpc-gateway).\n\n\n## Supported Versions\nKubernetes 1.5+ . Helm Tiller server [checks for version compatibility](https://github.com/kubernetes/helm/blob/master/pkg/version/compatible.go#L27). Please pick a version of Swift that matches your Tiller server.\n\n| Swift Version | Docs | Helm/Tiller Version |\n|-----------------------------------------------------------------|-----------------------------------------------------------------|---------------------|\n| [0.11.1](https://github.com/kubepack/swift/releases/tag/0.11.1) | [User Guide](https://appscode.com/products/swift/0.11.1/) | 2.13.0 |\n| [0.10.0](https://github.com/kubepack/swift/releases/tag/0.10.0) | [User Guide](https://appscode.com/products/swift/0.10.0/) | 2.12.0 |\n| [0.9.0](https://github.com/kubepack/swift/releases/tag/0.9.0) | [User Guide](https://appscode.com/products/swift/0.9.0/) | 2.11.0 |\n| [0.8.1](https://github.com/kubepack/swift/releases/tag/0.8.1) | [User Guide](https://appscode.com/products/swift/0.8.1/) | 2.9.0 |\n| [0.7.3](https://github.com/kubepack/swift/releases/tag/0.7.3) | [User Guide](https://appscode.com/products/swift/0.7.3/) | 2.8.0 |\n| [0.5.2](https://github.com/kubepack/swift/releases/tag/0.5.2) | [User Guide](https://appscode.com/products/swift/0.5.2/) | 2.7.0 |\n| [0.3.2](https://github.com/kubepack/swift/releases/tag/0.3.2) | [User Guide](https://github.com/kubepack/swift/tree/0.3.2/docs) | 2.5.x, 2.6.x |\n| [0.2.0](https://github.com/kubepack/swift/releases/tag/0.2.0) | [User Guide](https://github.com/kubepack/swift/tree/0.2.0/docs) | 2.5.x, 2.6.x |\n| [0.1.0](https://github.com/kubepack/swift/releases/tag/0.1.0) | [User Guide](https://github.com/kubepack/swift/tree/0.1.0/docs) | 2.5.x, 2.6.x |\n\n\n## Installation\nTo install Swift, please follow the guide [here](https://appscode.com/products/swift/0.11.1/setup/install/).\n\n## Using Swift\nWant to learn how to use Swift? Please start [here](https://appscode.com/products/swift/0.11.1/).\n\n## Contribution guidelines\nWant to help improve Swift? Please start [here](https://appscode.com/products/swift/0.11.1/welcome/contributing/).\n\n---\n\n**Swift server 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/C0XQFLGRM/details/) channel `#general`. To sign up, use our [Slack inviter](https://slack.appscode.com/).\n\nIf you have found a bug with Searchlight or want to request for new features, please [file an issue](https://github.com/kubepack/swift/issues/new).\n" + "html": "

\"Go\n\"Build\n\"codecov\"\n\"Docker\n\"Slack\"\n\"Twitter\"

\n\n

Swift

\n\n

Swift is an Ajax friendly Helm Tiller proxy using grpc-gateway.

\n\n

Supported Versions

\n\n

Kubernetes 1.5+ . Helm Tiller server checks for version compatibility. Please pick a version of Swift that matches your Tiller server.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Swift VersionDocsHelm/Tiller Version
0.11.1User Guide2.13.0
0.10.0User Guide2.12.0
0.9.0User Guide2.11.0
0.8.1User Guide2.9.0
0.7.3User Guide2.8.0
0.5.2User Guide2.7.0
0.3.2User Guide2.5.x, 2.6.x
0.2.0User Guide2.5.x, 2.6.x
0.1.0User Guide2.5.x, 2.6.x
\n\n

Installation

\n\n

To install Swift, please follow the guide here.

\n\n

Using Swift

\n\n

Want to learn how to use Swift? Please start here.

\n\n

Contribution guidelines

\n\n

Want to help improve Swift? Please start here.

\n\n
\n\n

Swift server 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

\n\n

We use Slack for public discussions. To chit chat with us or the rest of the community, join us in the AppsCode Slack team channel #general. To sign up, use our Slack inviter.

\n\n

If you have found a bug with Searchlight or want to request for new features, please file an issue.

\n", + "markdown": "[![Go Report Card](https://goreportcard.com/badge/kubepack.dev/swift)](https://goreportcard.com/report/kubepack.dev/swift)\n[![Build Status](https://travis-ci.org/kubepack/swift.svg?branch=master)](https://travis-ci.org/kubepack/swift)\n[![codecov](https://codecov.io/gh/appscode/swift/branch/master/graph/badge.svg)](https://codecov.io/gh/appscode/swift)\n[![Docker Pulls](https://img.shields.io/docker/pulls/appscode/swift.svg)](https://hub.docker.com/r/appscode/swift/)\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://x.com/intent/follow?screen_name=AppsCodeHQ)\n\n# Swift\nSwift is an Ajax friendly [Helm](https://github.com/kubernetes/helm) Tiller proxy using [grpc-gateway](https://github.com/grpc-ecosystem/grpc-gateway).\n\n\n## Supported Versions\nKubernetes 1.5+ . Helm Tiller server [checks for version compatibility](https://github.com/kubernetes/helm/blob/master/pkg/version/compatible.go#L27). Please pick a version of Swift that matches your Tiller server.\n\n| Swift Version | Docs | Helm/Tiller Version |\n|-----------------------------------------------------------------|-----------------------------------------------------------------|---------------------|\n| [0.11.1](https://github.com/kubepack/swift/releases/tag/0.11.1) | [User Guide](https://appscode.com/products/swift/0.11.1/) | 2.13.0 |\n| [0.10.0](https://github.com/kubepack/swift/releases/tag/0.10.0) | [User Guide](https://appscode.com/products/swift/0.10.0/) | 2.12.0 |\n| [0.9.0](https://github.com/kubepack/swift/releases/tag/0.9.0) | [User Guide](https://appscode.com/products/swift/0.9.0/) | 2.11.0 |\n| [0.8.1](https://github.com/kubepack/swift/releases/tag/0.8.1) | [User Guide](https://appscode.com/products/swift/0.8.1/) | 2.9.0 |\n| [0.7.3](https://github.com/kubepack/swift/releases/tag/0.7.3) | [User Guide](https://appscode.com/products/swift/0.7.3/) | 2.8.0 |\n| [0.5.2](https://github.com/kubepack/swift/releases/tag/0.5.2) | [User Guide](https://appscode.com/products/swift/0.5.2/) | 2.7.0 |\n| [0.3.2](https://github.com/kubepack/swift/releases/tag/0.3.2) | [User Guide](https://github.com/kubepack/swift/tree/0.3.2/docs) | 2.5.x, 2.6.x |\n| [0.2.0](https://github.com/kubepack/swift/releases/tag/0.2.0) | [User Guide](https://github.com/kubepack/swift/tree/0.2.0/docs) | 2.5.x, 2.6.x |\n| [0.1.0](https://github.com/kubepack/swift/releases/tag/0.1.0) | [User Guide](https://github.com/kubepack/swift/tree/0.1.0/docs) | 2.5.x, 2.6.x |\n\n\n## Installation\nTo install Swift, please follow the guide [here](https://appscode.com/products/swift/0.11.1/setup/install/).\n\n## Using Swift\nWant to learn how to use Swift? Please start [here](https://appscode.com/products/swift/0.11.1/).\n\n## Contribution guidelines\nWant to help improve Swift? Please start [here](https://appscode.com/products/swift/0.11.1/welcome/contributing/).\n\n---\n\n**Swift server 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/C0XQFLGRM/details/) channel `#general`. To sign up, use our [Slack inviter](https://slack.appscode.com/).\n\nIf you have found a bug with Searchlight or want to request for new features, please [file an issue](https://github.com/kubepack/swift/issues/new).\n" }, "supportLinks": { "Support URL": "https://appscode.freshdesk.com", diff --git a/data/products/voyager.json b/data/products/voyager.json index 55420e96..38081c06 100644 --- a/data/products/voyager.json +++ b/data/products/voyager.json @@ -440,12 +440,12 @@ "github": "https://github.com/voyagermesh/voyager", "linkedin": "https://www.linkedin.com/company/appscode", "slack": "https://appscode.slack.com/messages/C0XQFLGRM", - "twitter": "https://twitter.com/Voyagermesh", + "twitter": "https://x.com/Voyagermesh", "youtube": "https://www.youtube.com/c/appscodeinc" }, "description": { - "html": "

Voyager

\n\n

\"Go\n\"Build\n\"codecov\"\n\"Docker\n\"Slack\"\n\"Twitter\"

\n\n
\n

Secure HAProxy Ingress Controller for Kubernetes

\n
\n\n

Voyager is a HAProxy backed secure L7 and L4 ingress controller for Kubernetes developed by\nAppsCode. This can be used with any Kubernetes cloud providers including aws, gce, gke, azure, acs. This can also be used with bare metal Kubernetes clusters.

\n\n

We are exploring what’s next for Voyager. As an ingress controller, its is mostly feature complete at this point. The obvious direction will be to grow Voyager into a full scale L7 api gateway and service mesh. We want to hear your feedback on the roadmap for Voyager. Please take 5 minutes to answer this survey: https://appsco.de/voyager-survey-201902

\n\n

Ingress

\n\n

Voyager provides L7 and L4 loadbalancing using a custom Kubernetes Ingress resource. This is built on top of the HAProxy to support high availability, sticky sessions, name and path-based virtual hosting.\nThis also support configurable application ports with all the options available in a standard Kubernetes Ingress.

\n\n

Certificate

\n\n

Voyager can automatically provision and refresh SSL certificates (including wildcard certificates) issued from Let’s Encrypt using a custom Kubernetes Certificate resource.

\n\n

Supported Versions

\n\n

Please pick a version of Voyager that matches your Kubernetes installation.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Voyager VersionDocsKubernetes VersionPrometheus operator Version
10.0.0 (uses CRD)User Guide1.9.x+0.16.0+
7.4.0 (uses CRD)User Guide1.8.x - 1.11.x0.16.0+
5.0.0 (uses CRD)User Guide1.7.x0.12.0+
3.2.2 (uses TPR)User Guide1.5.x - 1.7.x< 0.12.0
\n\n

Installation

\n\n

To install Voyager, please follow the guide here.

\n\n

Using Voyager

\n\n

Want to learn how to use Voyager? Please start here.

\n\n

Voyager API Clients

\n\n

You can use Voyager api clients to programmatically access its CRD objects. Here are the supported clients:

\n\n\n\n

Contribution guidelines

\n\n

Want to help improve Voyager? Please start here.

\n\n
\n\n

Voyager binaries collects anonymous usage statistics to help us learn how the software is being used and how we can improve it.\nTo disable stats collection, run the operator with the flag --enable-analytics=false.

\n\n
\n\n

Acknowledgement

\n\n\n\n

Support

\n\n

We use Slack for public discussions. To chit chat with us or the rest of the community, join us in the AppsCode Slack team channel #general. To sign up, use our Slack inviter.

\n\n

If you have found a bug with Voyager or want to request for new features, please file an issue.

\n", - "markdown": "# Voyager\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/voyagermesh/voyager)](https://goreportcard.com/report/github.com/voyagermesh/voyager)\n[![Build Status](https://travis-ci.org/appscode/voyager.svg?branch=master)](https://travis-ci.org/appscode/voyager)\n[![codecov](https://codecov.io/gh/appscode/voyager/branch/master/graph/badge.svg)](https://codecov.io/gh/appscode/voyager)\n[![Docker Pulls](https://img.shields.io/docker/pulls/appscode/voyager.svg)](https://hub.docker.com/r/appscode/voyager/)\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> Secure HAProxy Ingress Controller for Kubernetes\n\nVoyager is a [HAProxy](http://www.haproxy.org/) backed [secure](#certificate) L7 and L4 [ingress](#ingress) controller for Kubernetes developed by\n[AppsCode](https://appscode.com). This can be used with any Kubernetes cloud providers including aws, gce, gke, azure, acs. This can also be used with bare metal Kubernetes clusters.\n\n***We are exploring what's next for Voyager. As an ingress controller, its is mostly feature complete at this point. The obvious direction will be to grow Voyager into a full scale L7 api gateway and service mesh. We want to hear your feedback on the roadmap for Voyager. Please take 5 minutes to answer this survey: https://appsco.de/voyager-survey-201902***\n\n## Ingress\nVoyager provides L7 and L4 loadbalancing using a custom Kubernetes [Ingress](https://appscode.com/products/voyager/10.0.0/guides/ingress/) resource. This is built on top of the [HAProxy](http://www.haproxy.org/) to support high availability, sticky sessions, name and path-based virtual hosting.\nThis also support configurable application ports with all the options available in a standard Kubernetes [Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/).\n\n## Certificate\nVoyager can automatically provision and refresh SSL certificates (including wildcard certificates) issued from Let's Encrypt using a custom Kubernetes [Certificate](https://appscode.com/products/voyager/10.0.0/guides/certificate/) resource.\n\n## Supported Versions\nPlease pick a version of Voyager that matches your Kubernetes installation.\n\n| Voyager Version | Docs | Kubernetes Version | Prometheus operator Version |\n|----------------------------------------------------------------------------------------|-------------------------------------------------------------------------|--------------------|-----------------------------|\n| [10.0.0](https://github.com/voyagermesh/voyager/releases/tag/10.0.0) (uses CRD) | [User Guide](https://appscode.com/products/voyager/10.0.0/) | 1.9.x+ | 0.16.0+ |\n| [7.4.0](https://github.com/voyagermesh/voyager/releases/tag/7.4.0) (uses CRD) | [User Guide](https://appscode.com/products/voyager/7.4.0/) | 1.8.x - 1.11.x | 0.16.0+ |\n| [5.0.0](https://github.com/voyagermesh/voyager/releases/tag/5.0.0) (uses CRD) | [User Guide](https://appscode.com/products/voyager/5.0.0/) | 1.7.x | 0.12.0+ |\n| [3.2.2](https://github.com/voyagermesh/voyager/releases/tag/3.2.2) (uses TPR) | [User Guide](https://github.com/voyagermesh/voyager/tree/3.2.2/docs) | 1.5.x - 1.7.x | < 0.12.0 |\n\n## Installation\nTo install Voyager, please follow the guide [here](https://appscode.com/products/voyager/10.0.0/setup/install/).\n\n## Using Voyager\nWant to learn how to use Voyager? Please start [here](https://appscode.com/products/voyager/10.0.0/welcome/).\n\n## Voyager API Clients\nYou can use Voyager api clients to programmatically access its CRD objects. Here are the supported clients:\n\n- Go: [https://github.com/voyagermesh/voyager](/client/clientset/versioned)\n- Java: https://github.com/voyager-client/java\n\n## Contribution guidelines\nWant to help improve Voyager? Please start [here](https://appscode.com/products/voyager/10.0.0/welcome/contributing/).\n\n---\n\n**Voyager binaries collects anonymous usage statistics to help us learn how the software is being used and how we can improve it.\nTo disable stats collection, run the operator with the flag** `--enable-analytics=false`.\n\n---\n\n## Acknowledgement\n - docker-library/haproxy https://github.com/docker-library/haproxy\n - kubernetes/contrib https://github.com/kubernetes/contrib/tree/master/service-loadbalancer\n - kubernetes/ingress https://github.com/kubernetes/ingress\n - xenolf/lego https://github.com/appscode/lego\n - kelseyhightower/kube-cert-manager https://github.com/kelseyhightower/kube-cert-manager\n - PalmStoneGames/kube-cert-manager https://github.com/PalmStoneGames/kube-cert-manager\n - [Kubernetes cloudprovider implementation](https://github.com/kubernetes/kubernetes/tree/master/pkg/cloudprovider)\n - openshift/generic-admission-server https://github.com/openshift/generic-admission-server\n - TimWolla/haproxy-auth-request https://github.com/TimWolla/haproxy-auth-request\n\n## Support\n\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/C0XQFLGRM/details/) channel `#general`. To sign up, use our [Slack inviter](https://slack.appscode.com/).\n\nIf you have found a bug with Voyager or want to request for new features, please [file an issue](https://github.com/voyagermesh/voyager/issues/new).\n" + "html": "

Voyager

\n\n

\"Go\n\"Build\n\"codecov\"\n\"Docker\n\"Slack\"\n\"Twitter\"

\n\n
\n

Secure HAProxy Ingress Controller for Kubernetes

\n
\n\n

Voyager is a HAProxy backed secure L7 and L4 ingress controller for Kubernetes developed by\nAppsCode. This can be used with any Kubernetes cloud providers including aws, gce, gke, azure, acs. This can also be used with bare metal Kubernetes clusters.

\n\n

We are exploring what’s next for Voyager. As an ingress controller, its is mostly feature complete at this point. The obvious direction will be to grow Voyager into a full scale L7 api gateway and service mesh. We want to hear your feedback on the roadmap for Voyager. Please take 5 minutes to answer this survey: https://appsco.de/voyager-survey-201902

\n\n

Ingress

\n\n

Voyager provides L7 and L4 loadbalancing using a custom Kubernetes Ingress resource. This is built on top of the HAProxy to support high availability, sticky sessions, name and path-based virtual hosting.\nThis also support configurable application ports with all the options available in a standard Kubernetes Ingress.

\n\n

Certificate

\n\n

Voyager can automatically provision and refresh SSL certificates (including wildcard certificates) issued from Let’s Encrypt using a custom Kubernetes Certificate resource.

\n\n

Supported Versions

\n\n

Please pick a version of Voyager that matches your Kubernetes installation.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Voyager VersionDocsKubernetes VersionPrometheus operator Version
10.0.0 (uses CRD)User Guide1.9.x+0.16.0+
7.4.0 (uses CRD)User Guide1.8.x - 1.11.x0.16.0+
5.0.0 (uses CRD)User Guide1.7.x0.12.0+
3.2.2 (uses TPR)User Guide1.5.x - 1.7.x< 0.12.0
\n\n

Installation

\n\n

To install Voyager, please follow the guide here.

\n\n

Using Voyager

\n\n

Want to learn how to use Voyager? Please start here.

\n\n

Voyager API Clients

\n\n

You can use Voyager api clients to programmatically access its CRD objects. Here are the supported clients:

\n\n\n\n

Contribution guidelines

\n\n

Want to help improve Voyager? Please start here.

\n\n
\n\n

Voyager binaries collects anonymous usage statistics to help us learn how the software is being used and how we can improve it.\nTo disable stats collection, run the operator with the flag --enable-analytics=false.

\n\n
\n\n

Acknowledgement

\n\n\n\n

Support

\n\n

We use Slack for public discussions. To chit chat with us or the rest of the community, join us in the AppsCode Slack team channel #general. To sign up, use our Slack inviter.

\n\n

If you have found a bug with Voyager or want to request for new features, please file an issue.

\n", + "markdown": "# Voyager\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/voyagermesh/voyager)](https://goreportcard.com/report/github.com/voyagermesh/voyager)\n[![Build Status](https://travis-ci.org/appscode/voyager.svg?branch=master)](https://travis-ci.org/appscode/voyager)\n[![codecov](https://codecov.io/gh/appscode/voyager/branch/master/graph/badge.svg)](https://codecov.io/gh/appscode/voyager)\n[![Docker Pulls](https://img.shields.io/docker/pulls/appscode/voyager.svg)](https://hub.docker.com/r/appscode/voyager/)\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://x.com/intent/follow?screen_name=AppsCodeHQ)\n\n> Secure HAProxy Ingress Controller for Kubernetes\n\nVoyager is a [HAProxy](http://www.haproxy.org/) backed [secure](#certificate) L7 and L4 [ingress](#ingress) controller for Kubernetes developed by\n[AppsCode](https://appscode.com). This can be used with any Kubernetes cloud providers including aws, gce, gke, azure, acs. This can also be used with bare metal Kubernetes clusters.\n\n***We are exploring what's next for Voyager. As an ingress controller, its is mostly feature complete at this point. The obvious direction will be to grow Voyager into a full scale L7 api gateway and service mesh. We want to hear your feedback on the roadmap for Voyager. Please take 5 minutes to answer this survey: https://appsco.de/voyager-survey-201902***\n\n## Ingress\nVoyager provides L7 and L4 loadbalancing using a custom Kubernetes [Ingress](https://appscode.com/products/voyager/10.0.0/guides/ingress/) resource. This is built on top of the [HAProxy](http://www.haproxy.org/) to support high availability, sticky sessions, name and path-based virtual hosting.\nThis also support configurable application ports with all the options available in a standard Kubernetes [Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/).\n\n## Certificate\nVoyager can automatically provision and refresh SSL certificates (including wildcard certificates) issued from Let's Encrypt using a custom Kubernetes [Certificate](https://appscode.com/products/voyager/10.0.0/guides/certificate/) resource.\n\n## Supported Versions\nPlease pick a version of Voyager that matches your Kubernetes installation.\n\n| Voyager Version | Docs | Kubernetes Version | Prometheus operator Version |\n|----------------------------------------------------------------------------------------|-------------------------------------------------------------------------|--------------------|-----------------------------|\n| [10.0.0](https://github.com/voyagermesh/voyager/releases/tag/10.0.0) (uses CRD) | [User Guide](https://appscode.com/products/voyager/10.0.0/) | 1.9.x+ | 0.16.0+ |\n| [7.4.0](https://github.com/voyagermesh/voyager/releases/tag/7.4.0) (uses CRD) | [User Guide](https://appscode.com/products/voyager/7.4.0/) | 1.8.x - 1.11.x | 0.16.0+ |\n| [5.0.0](https://github.com/voyagermesh/voyager/releases/tag/5.0.0) (uses CRD) | [User Guide](https://appscode.com/products/voyager/5.0.0/) | 1.7.x | 0.12.0+ |\n| [3.2.2](https://github.com/voyagermesh/voyager/releases/tag/3.2.2) (uses TPR) | [User Guide](https://github.com/voyagermesh/voyager/tree/3.2.2/docs) | 1.5.x - 1.7.x | < 0.12.0 |\n\n## Installation\nTo install Voyager, please follow the guide [here](https://appscode.com/products/voyager/10.0.0/setup/install/).\n\n## Using Voyager\nWant to learn how to use Voyager? Please start [here](https://appscode.com/products/voyager/10.0.0/welcome/).\n\n## Voyager API Clients\nYou can use Voyager api clients to programmatically access its CRD objects. Here are the supported clients:\n\n- Go: [https://github.com/voyagermesh/voyager](/client/clientset/versioned)\n- Java: https://github.com/voyager-client/java\n\n## Contribution guidelines\nWant to help improve Voyager? Please start [here](https://appscode.com/products/voyager/10.0.0/welcome/contributing/).\n\n---\n\n**Voyager binaries collects anonymous usage statistics to help us learn how the software is being used and how we can improve it.\nTo disable stats collection, run the operator with the flag** `--enable-analytics=false`.\n\n---\n\n## Acknowledgement\n - docker-library/haproxy https://github.com/docker-library/haproxy\n - kubernetes/contrib https://github.com/kubernetes/contrib/tree/master/service-loadbalancer\n - kubernetes/ingress https://github.com/kubernetes/ingress\n - xenolf/lego https://github.com/appscode/lego\n - kelseyhightower/kube-cert-manager https://github.com/kelseyhightower/kube-cert-manager\n - PalmStoneGames/kube-cert-manager https://github.com/PalmStoneGames/kube-cert-manager\n - [Kubernetes cloudprovider implementation](https://github.com/kubernetes/kubernetes/tree/master/pkg/cloudprovider)\n - openshift/generic-admission-server https://github.com/openshift/generic-admission-server\n - TimWolla/haproxy-auth-request https://github.com/TimWolla/haproxy-auth-request\n\n## Support\n\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/C0XQFLGRM/details/) channel `#general`. To sign up, use our [Slack inviter](https://slack.appscode.com/).\n\nIf you have found a bug with Voyager or want to request for new features, please [file an issue](https://github.com/voyagermesh/voyager/issues/new).\n" }, "supportLinks": { "Support URL": "https://appscode.freshdesk.com", diff --git a/hugo/params.dev.json b/hugo/params.dev.json index 5d7c0831..55cf8fa3 100644 --- a/hugo/params.dev.json +++ b/hugo/params.dev.json @@ -20,7 +20,7 @@ "blog_url": "https://appscode.com/blog", "slack_url": "https://slack.appscode.com", "github_url": "https://github.com/appscode", - "twitter_url": "https://twitter.com/AppsCodeHQ", + "twitter_url": "https://x.com/AppsCodeHQ", "facebook_url": "https://www.facebook.com/appscode", "youtube_url": "https://www.youtube.com/c/AppsCodeInc", "contact_email": "support@appscode.com", diff --git a/hugo/params.json b/hugo/params.json index d00cf268..a6ffb6d1 100644 --- a/hugo/params.json +++ b/hugo/params.json @@ -20,7 +20,7 @@ "blog_url": "https://appscode.com/blog", "slack_url": "https://slack.appscode.com", "github_url": "https://github.com/appscode", - "twitter_url": "https://twitter.com/AppsCodeHQ", + "twitter_url": "https://x.com/AppsCodeHQ", "facebook_url": "https://www.facebook.com/appscode", "youtube_url": "https://www.youtube.com/c/AppsCodeInc", "contact_email": "support@appscode.com",