Using Kubernetes can sometimes feel like a guessing game. Terms like “Service,” “API Server,” “Scheduler,” “Job,” and “Namespace” are used everywhere in tech, and their meanings aren’t always clear when you’re working within Kubernetes. This can be confusing.
I understand these names have belonged to the industry and already have vast adoption. They also allow people to learn k8s without learning too many new terms.
- But, to prevent confusion while using this term, how about prefixing the Kubernetes Resources with “K”.
- We’d have “K-Service”, “K-API Server”, “K-Scheduler”, “K-Job”, “K-Namespace” etc.
- This prefix could be optional, so that you can bring clarity as and when needed.
It’s short, simple and consistent.
Please do reply with feedback and suggestions.