You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.