#kubernetes
Read more stories on Hashnode
Articles with this tag
In the context of Kubernetes (often abbreviated as "K8s"), a deployment is a higher-level abstraction that allows you to declaratively manage and...
Here's a case study that demonstrates the use of Kubernetes in a DevOps environment: Company X is a rapidly growing technology company that develops...
To create a project (also known as a namespace) in Kubernetes, you can follow these steps: Connect to your Kubernetes cluster using the command-line...
Here are some common commands related to Kubernetes: Cluster Management: kubectl cluster-info: Display information about the Kubernetes...
Here are some commonly used terms and concepts related to Kubernetes: Kubernetes: An open-source container orchestration platform that automates the...
Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications. It...