# b2bits-helmcharts **Repository Path**: mirrors_epam/b2bits-helmcharts ## Basic Information - **Project Name**: b2bits-helmcharts - **Description**: Helm charts for B2BITs components - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-28 - **Last Updated**: 2025-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # The EPAM B2Bits Library for Kubernetes Applications, provided by [B2BITS®, EPAM's Capital Markets Competency Center](https://www.b2bits.com), ready to launch on Kubernetes using [Kubernetes Helm](https://helm.sh/). ## Quickstart ``` $ helm repo add b2bits https://epam.github.io/b2bits-helmcharts/ $ helm search repo b2bits $ helm install my-release b2bits/ ``` ## Before you begin ### Prerequisites - Kubernetes 1.21+ - Helm 3.9.0+ - Valid License Key ### Obtain a License Key To run most of B2Bits software you will need a valid license key file. You can obtain a trial license from [sales@btobits.com](mailto:sales@b2bits.com). ### Setup a Kubernetes Cluster For setting up Kubernetes on the most common cloud platforms or bare-metal servers refer to the Kubernetes [getting started guide](https://kubernetes.io/docs/getting-started-guides/). ### Install Helm Helm is a tool for managing Kubernetes charts. Charts are packages of pre-configured Kubernetes resources. To install Helm, refer to the [Helm install guide](https://github.com/helm/helm#install) and ensure that the `helm` binary is in the `PATH` of your shell. ### Add Repo The following command allows you to download and install all the charts from this repository: `$ helm repo add b2bits https://epam.github.io/b2bits-helmcharts/` ### Using Helm Once you have installed the Helm client, you can deploy a B2Bits Helm Chart into a Kubernetes cluster. Please refer to the [Quick Start guide](https://helm.sh/docs/intro/quickstart/) if you wish to get running in just a few commands, otherwise the [Using Helm Guide](https://helm.sh/docs/intro/using_helm/) provides detailed instructions on how to use the Helm client to manage packages on your Kubernetes cluster. Useful Helm Client Commands: - View available charts: `helm search repo` - Install a chart: `helm install my-release b2bits/` - Upgrade your application: `helm upgrade` ## Where to get help ### Sales Information Email: [sales@btobits.com](mailto:sales@b2bits.com) ### Technical Queries For technical queries please contact [SupportFIXAntenna@epam.com](mailto:SupportFIXAntenna@epam.com) ## License Copyright © B2BITS EPAM Systems Company 2000-2023 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.