Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
4d455120
Commit
4d455120
authored
Jan 06, 2015
by
Paulo Pires
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add an example of running Cloud Native Hazelcast on k8s.
parent
cdad54ba
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
45 additions
and
0 deletions
+45
-0
README.md
examples/hazelcast/README.md
+0
-0
hazelcast-controller.yaml
examples/hazelcast/hazelcast-controller.yaml
+22
-0
hazelcast-service.yaml
examples/hazelcast/hazelcast-service.yaml
+7
-0
hazelcast.yaml
examples/hazelcast/hazelcast.yaml
+16
-0
No files found.
examples/hazelcast/README.md
0 → 100644
View file @
4d455120
This diff is collapsed.
Click to expand it.
examples/hazelcast/hazelcast-controller.yaml
0 → 100644
View file @
4d455120
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
examples/hazelcast/hazelcast-service.yaml
0 → 100644
View file @
4d455120
id
:
hazelcast
kind
:
Service
apiVersion
:
v1beta1
port
:
5701
containerPort
:
5701
selector
:
name
:
hazelcast
examples/hazelcast/hazelcast.yaml
0 → 100644
View file @
4d455120
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment