Commit 4d455120 authored by Paulo Pires's avatar Paulo Pires

Add an example of running Cloud Native Hazelcast on k8s.

parent cdad54ba
id: hazelcast
kind: ReplicationController
apiVersion: v1beta1
desiredState:
replicas: 1
replicaSelector:
name: hazelcast
# This is identical to the pod config above
podTemplate:
desiredState:
manifest:
version: v1beta1
id: hazelcast
containers:
- name: hazelcast
image: pires/hazelcast-k8s
cpu: 1000
ports:
- name: hazelcast
containerPort: 5701
labels:
name: hazelcast
id: hazelcast
kind: Service
apiVersion: v1beta1
port: 5701
containerPort: 5701
selector:
name: hazelcast
id: hazelcast
kind: Pod
apiVersion: v1beta1
desiredState:
manifest:
version: v1beta1
id: hazelcast
containers:
- name: hazelcast
image: pires/hazelcast-k8s
cpu: 1000
ports:
- name: hazelcast
containerPort: 5701
labels:
name: hazelcast
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment