Skip to content

adayahasha/yaml-kubernetes

Repository files navigation

Kubernetes Deployment and Service Example

This repository provides an example YAML file that demonstrates the creation of various Kubernetes resources including a Pod, Deployment, Service, ClusterIP, Role, and RoleBinding.

Contents

Deployment

The deployment.yaml file contains the configuration for a Deployment resource. It defines a replica set of Pods running a Redis application. To create the deployment, run the following command:

kubectl apply -f deployment.yaml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published