Skip to content

Commit

Permalink
feat: ✨ Deployments: Manages the desired state, scaling, and updates …
Browse files Browse the repository at this point in the history
…of ReplicaSets

A Deployment in Kubernetes is a resource that manages the desired state, scaling, and updates of ReplicaSets and their associated pods, ensuring the continuous availability and stability of applications.
  • Loading branch information
kevencript committed Mar 17, 2023
1 parent 1a75e1b commit cc1da12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/replica-set.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: apps/v1
kind: ReplicaSet
kind: Deployment
metadata:
name: go-http-app-replicaset
labels:
Expand Down

0 comments on commit cc1da12

Please sign in to comment.