want to setup manually bitbucket data center in my own local kubernetes setup I have researched but unable to get solution on this
@Gaurav Patange you may want to give https://github.com/atlassian/data-center-helm-charts a go.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Helm charts can be installed on any K8s clusters. You just need to make sure you have storage and networking configured.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
actually we have some restrictions of helm and docker pull, so is any alternative other than helm, manual setup docs?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's the only supported way to deploy DC apps to Kube. If you can't use Helm at all, perhaps, you can do `helm template` save yaml, and then apply it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
from where I can get the yaml files and does we have any manual process documentation
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Gaurav Patange you will need at least basic Helm and K8s knowledge to do that. You can get yaml files by running `helm template` against the target Helm chart.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.