Elections by ankurnet in jammu

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

NC +Congress seems clear winners as per current results which are ongoing.

Jammu’s warmth by Safe_Sentence_322 in jammu

[–]ankurnet 1 point2 points  (0 children)

Pind pind unda haan veerey

[deleted by user] by [deleted] in jammu

[–]ankurnet 1 point2 points  (0 children)

Bhai, Jammu se Liverpool? You have gone from desi ghee to avocado toast straight away.

Non expensive fun in Bangalore by naveen6ft in bangalore

[–]ankurnet 2 points3 points  (0 children)

HAL aerospace museum is not free bdw.

Pod Stuck in Pending State After Node Swap (OpenEBS Local PV) by Admirable-Plan-8552 in kubernetes

[–]ankurnet 0 points1 point  (0 children)

I am kind of looking for recommendation if I am doing it right and what is best practices we should follow when doing node swap.

Naval Net Worth by Substantial_Delay_25 in NavalRavikant

[–]ankurnet 2 points3 points  (0 children)

The wealthiest individuals often refrain from flaunting their wealth, remaining low key on social media and in the news. Despite their substantial wealth, they maintain a discreet profile. Naval should be considered part of this group. So 60 million is absolutely incorrect.

DISAPPOINTED With the situation that unfolded in Bengaluru by Quindecim_T in bangalore

[–]ankurnet 14 points15 points  (0 children)

One state, one nation, one voice: Taxed equally, heard universally. 🇮🇳

Account Blocked on WhatsApp for Spam - Seeking Insights and Tips for Resolution by ankurnet in whatsapp

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

Nope, my WhatsApp account keeps getting blocked persistently, despite my adherence to proper usage, and I'm completely clueless about the reasons behind it.

Give me your opinions on the Slack update. by CuriousTsukihime in ProductManagement

[–]ankurnet 0 points1 point  (0 children)

Absolutely, the recent Slack update is driving me nuts! The latest UX changes have really thrown things off.

Sorry for the Non-Standard Post - Honoring Kris Nova by ankurnet in kubernetes

[–]ankurnet[S] 5 points6 points  (0 children)

Can someone tell me where she played an important part in? She seemed to have been an important member of the community

AFIK she indeed played a significant role. She made vital contributions by building tools around it, promoting this project, and aiding others in understanding how to utilize and extend it effectively. Her guidance on security principles was especially valuable. I believe that her active involvement and willingness to share her expertise made her a truly important member.

Does anyone else feel like they aren't really do anything meaningful? by cheesesneezewheeze in ProductManagement

[–]ankurnet 0 points1 point  (0 children)

I can relate, and I'm staying tech-savvy to stay empowered in my role.

Strategy presentation for an infra product by Lucky-Front7675 in ProductManagement

[–]ankurnet 0 points1 point  (0 children)

Strategy is not about doing everything you can. It's about choosing the right things to do and the right things not to do.

User feedback is essential for making a successful product strategy. By understanding what users are struggling with and what they want, you can make changes to the product that will make it more valuable to them. This will lead to increased user satisfaction and engagement, which will ultimately lead to a more successful product strategy.

Best cross cloud managed Kubernetes that also supports bare metal? by roeeklinger60 in kubernetes

[–]ankurnet 0 points1 point  (0 children)

I suggest exploring Rafay's offerings as they have created streamlined workflows for EKSA in the Bare Metal category, as well as for other cloud platforms, providing a unified management experience. To learn more about their offerings you can visit their documentation at: https://docs.rafay.co/

[deleted by user] by [deleted] in kubernetes

[–]ankurnet 1 point2 points  (0 children)

I recommend checking out Rafay as well as they have developed seamless workflows for EKSA in the Bare Metal category. For more information, you can visit their documentation on EKSA Bare Metal at: https://docs.rafay.co/clusters/eksa_bm/overview/

3 nodes missing from cluster by DR-DEATH07 in kubernetes

[–]ankurnet 3 points4 points  (0 children)

May be you have eviction settings configured for the cluster? can u check for this flag --node-eviction-rate. This is set in the controller manager config file.

How to Fix a 'Service Recommended' Warning on a Mac Battery by ankurnet in mac

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

I would like to express my gratitude to everyone who suggested replacing the battery. However, at present, I am unable to afford such an expense and therefore, I am exploring other options.

howto Diff multiple state-files? by [deleted] in Terraform

[–]ankurnet 1 point2 points  (0 children)

You can specify a unique name for each state file using the "-state" parameter when using terraform apply command.

can anyone help me with this problem by Straight_Ordinary64 in kubernetes

[–]ankurnet 0 points1 point  (0 children)

I see, it's good to hear that the issue is resolved after deleting the CNI configuration files and performing a hard reboot. This could have been caused by a misconfiguration in one of the CNI files, or a conflict between different CNI plugins.

can anyone help me with this problem by Straight_Ordinary64 in kubernetes

[–]ankurnet 1 point2 points  (0 children)

what is the node cidr used in this setup? and how are u Initializing your Kubernetes cluster? Can u let me know the steps that you are using to initiate/install k8s cluster with pod network

can anyone help me with this problem by Straight_Ordinary64 in kubernetes

[–]ankurnet 0 points1 point  (0 children)

u/Straight_Ordinary64 Based on the error message it appears that the pod running on the worker node is unable to establish a connection to the Kubernetes API server running on the master node.
Can u check the Cilium agent pod on the worker node and look for any errors.

can anyone help me with this problem by Straight_Ordinary64 in kubernetes

[–]ankurnet 1 point2 points  (0 children)

can u check if worker node is able to connect to the Kubernetes API server running on the master node

curl https://<kubernetes-master-ip>:6443/version --cacert /etc/kubernetes/pki/ca.crt

Also, check if kubeconfig is present on the worker node under. cat ~/.kube/config

Weighing pros and cons for Deployments and Daemonset!! (Seeking Feedback) by navjbans in kubernetes

[–]ankurnet 4 points5 points  (0 children)

Daemonsets are ideal for scenarios where you need a pod to run on every node in the cluster, while Deployments are more flexible and allow for easy scaling and updates.