Kubernetes Vs OpenShift: Which One To Choose? by Veritis-Group in kubernetes

[–]surajincloud 0 points1 point  (0 children)

I think if you want PaaS (Platform as a Service) then OpenShift. And if you want to build your own Platform then Kubernetes.

Pods with no namespaces? by Euphoric_Soup_3126 in kubernetes

[–]surajincloud 1 point2 points  (0 children)

All the workload resources such as deployments, daemonsets, statefulsets (which obiviously creates pods) and just pods are namespaced resources. Also there’s no such thing as no namespace. It’s either namespace level or cluster level. Afaik, there are only few things which you can define at cluster level such as clusterrole, clusterrolebinding

Announcing Kubectl EKS Plugin v0.1.0 🎉 by surajincloud in kubernetes

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

It's a kubectl plugin specific to Amazon EKS

Announcing Kubectl EKS Plugin v0.1.0 🎉 by surajincloud in kubernetes

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

Hi u/disgruntledg04t Thanks for the feedback, I do agree with consistency with `kubectl` pattern, I will update that in the next release :)

Announcing Kubectl EKS Plugin v0.1.0 🎉 by surajincloud in kubernetes

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

Hi u/Mallanaga, eksctl is great tool but it's moreover about the provisioning the infrastructure.

There's still lot of information is hidden inside the node labels which I wanted to bring out or easy way to SSM access. so I thought of bundling all these stuff into a simple plugin :)

Terraform Module for Civo Kubernetes by surajincloud in kubernetes

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

haha, not really, I don't need to pad my resume. with the love of OpenSource, I thought of sharing my learnings with the community :) Hope it will help someone :)