Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

An example deployment manifest for deploying WireMock Studio into Kubernetes

Notifications You must be signed in to change notification settings

wiremock/wiremock-studio-kubernetes-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

WireMock Studio Kubernetes Example

WireMock Studio can be deployed into a Kubernetes cluster using the manifest in this project.

To get started, ensure you have kubectl installed, are authenticated against the Kubernetes cluster you wish to deploy into.

Run the following command in a terminal to initiate the deployment:

kubectl apply -f wiremock-studio.yaml --namespace <target namespace>

This will create the following resources:

  • A ServiceAccount for WireMock Studio to use for cluster operations.
  • A Role, allowing read/write access to all Services in the namespace.
  • A RoleBinding, associating the role with the default service account in the namespace.
  • A PersistentVolumeClaim for stub and config storage.
  • A Deployment for the WireMock Studio app.
  • A Service of type LoadBalancer (externally accessible) for the app.

About

An example deployment manifest for deploying WireMock Studio into Kubernetes

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published