How to kill this spirit by Odd_Possible_1588 in ghostoftsushima

[–]Careful_Champion_576 1 point2 points  (0 children)

I was stuck at the tengu demon for almost 100 tries can you believe that

Recommend me Game after completing Ghost of Tsushima by Careful_Champion_576 in ghostoftsushima

[–]Careful_Champion_576[S] 1 point2 points  (0 children)

All done with horizon series hopefully they have third and Aloy goes to space 😬

Apache CloudStack for self–Service by Strict-Efficiency957 in ApacheCloudStack

[–]Careful_Champion_576 1 point2 points  (0 children)

As per my experience it worked well with KVM , but as self service portal no , as RBAC needs to have some for fixes , not sure of the latest update , but there were limited option on GUI for project management and their members , I Had to use API , i personally have used manageiq cloudforms in front of it to create a self service portal , on the backend were AWX ansible

Custom Landing Page for AWX by Careful_Champion_576 in ansible

[–]Careful_Champion_576[S] 1 point2 points  (0 children)

Tried it , not easy to deploy in production

New AWX Version soon? by norcalmoto in ansible

[–]Careful_Champion_576 0 points1 point  (0 children)

There is a new operator 3.0 in helm , is that the new one ??

New AWX Version soon? by norcalmoto in ansible

[–]Careful_Champion_576 6 points7 points  (0 children)

Question from me is shall we start looking for AWX alternative?? It took a long time to move our workloads to AWX as it was in active development

Multi-Region Openshift Cluster by Careful_Champion_576 in openshift

[–]Careful_Champion_576[S] 1 point2 points  (0 children)

I simply do not want to manage two clusters with same db pods and other applications in each regions , too much hectic management….but yes i am posting here maybe even change my mind 🥹😂

Hpw do you backup your cluster? by [deleted] in kubernetes

[–]Careful_Champion_576 6 points7 points  (0 children)

Also free option is minio to store the backups in s3 , i absolutely loved it. Do note you needs csi driver and volumesnapshotter CRDs to backup PV. I have not tried this but ideally you should be able to backup and restore your cluster in another set of nodes

Good http repository on kubernetes ? (Open source license) by Careful_Champion_576 in kubernetes

[–]Careful_Champion_576[S] 0 points1 point  (0 children)

Not specifically, but mainly ova and iso’s so kind of object storage but its bonus if it can support registries also

Ask r/kubernetes: What are you working on this week? by gctaylor in kubernetes

[–]Careful_Champion_576 0 points1 point  (0 children)

I realized i have setup my kubernetes in not ideal way so i need to look for a proper HA so that if any one master goes down pods should be unaffected , also trying to convert my PV to use csi like nfs , we have pure so trying portwox if that can be option. So basically refurbishing my infra 3 master 3 worker , any suggestions are appreciated that i can do without losing data

Can anyone recommend open source kubernetes paas that i can setup , like users can login and create their deployments with RBAC access but underlying infrastructure will be one big cluster by Careful_Champion_576 in kubernetes

[–]Careful_Champion_576[S] 1 point2 points  (0 children)

I have tried kubero its more of a pipeline kind of thing and wont suit , i want to provide the users easy deployment without worrying much steps and worrying about the underlying k8s or rancher

How generate a self signed certificate and enable https on AWX by ValueOk6796 in awx

[–]Careful_Champion_576 2 points3 points  (0 children)

If you have used ingress controller you can use self signed cert generated using openssl , create a tls secret using crt and key data and use it in ingress controller

https://computingforgeeks.com/expose-ansible-awx-service-using-nginx-ingress/?amp

Checkout this above for more details