rancher-partner-charts/charts/aquarist-labs/s3gw
github-actions[bot] 9ea38c5b59 Charts CI
```
Updated:
  aquarist-labs/s3gw:
    - 0.21.0
  bitnami/airflow:
    - 16.0.0
  bitnami/kafka:
    - 25.2.0
  bitnami/postgresql:
    - 13.0.0
  bitnami/redis:
    - 18.1.1
  bitnami/wordpress:
    - 17.1.14
  crowdstrike/falcon-sensor:
    - 1.20.4
  datadog/datadog:
    - 3.38.3
  haproxy/haproxy:
    - 1.33.1
  kubecost/cost-analyzer:
    - 1.106.2
  redpanda/redpanda:
    - 5.5.3
  sysdig/sysdig:
    - 1.16.14
```
2023-09-29 14:18:51 +00:00
..
ci Charts CI 2023-08-04 18:31:53 +00:00
templates Charts CI 2023-09-29 14:18:51 +00:00
.helmignore Charts CI 2023-08-04 18:31:53 +00:00
Chart.yaml Charts CI 2023-09-29 14:18:51 +00:00
README.md Charts CI 2023-08-04 18:31:53 +00:00
app-readme.md Removing unpacked chart versions. Changing configuration to just store latest release to reduce quantity of tracked files over time 2022-12-01 23:19:00 -05:00
questions.yaml Charts CI 2023-05-12 13:19:04 +00:00
values.yaml Charts CI 2023-06-09 20:31:10 +00:00

README.md

s3gw

s3gw is an S3-compatible service focused on deployments in a Kubernetes environment backed by any PVC, including Longhorn. Since its inception, the primary focus has been on cloud native deployments. However, the s3gw can be deployed in a myriad of scenarios, provided some form of storage is attached.

s3gw is based on Cephs RADOSGW (RGW) but runs as a standalone service without the RADOS cluster and relies on a storage backend still under heavy development by the storage team at SUSE. A web-based UI for management and an object explorer are also part of s3gw.

Quickstart

To install s3gw using Helm add the chart to your Helm repository and then run helm install:

helm repo add s3gw https://aquarist-labs.github.io/s3gw-charts/
helm \
  --namespace s3gw-system \
  install s3gw \
  s3gw/s3gw \
  --create-namespace \
  -f /path/to/your/custom/values.yaml

Rancher

Installing s3gw via the Rancher App Catalog is made easy, the steps are as follows:

  • Cluster -> Projects/Namespaces - create the s3gw namespace.
  • Apps -> Repositories -> Create s3gw using the s3gw-charts Git URL https://aquarist-labs.github.io/s3gw-charts/ and the main branch.
  • Apps -> Charts -> Install Traefik.
  • Apps -> Charts -> Install s3gw. Select the s3gw namespace previously created. A pvc for s3gw will be created automatically during installation.

Documentation

You can access our documentation here.

License

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

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

or the LICENSE file in this repository.

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