I hereby claim:
- I am knisbet on github.
- I am knisbet (https://keybase.io/knisbet) on keybase.
- I have a public key ASCWEPFbGG7von-sUGnPaxX-73w2SUr5BMlvxfF9W2cl8Ao
To claim this, I am signing this object:
[kubernetes] | |
name=Kubernetes | |
baseurl=https://packages.cloud.google.com/yum/repos/kubernetes-el7-x86_64 | |
enabled=1 | |
gpgcheck=1 | |
repo_gpgcheck=1 | |
gpgkey=https://packages.cloud.google.com/yum/doc/yum-key.gpg | |
https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg |
I hereby claim:
To claim this, I am signing this object:
# Copyright 2019 Gravitational, Inc. | |
# Licensed under the Apache License, Version 2.0 (the "License"); | |
# you may not use this file except in compliance with the License. | |
# You may obtain a copy of the License at | |
# http://www.apache.org/licenses/LICENSE-2.0 | |
# Unless required by applicable law or agreed to in writing, software | |
# distributed under the License is distributed on an "AS IS" BASIS, | |
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
# See the License for the specific language governing permissions and | |
# limitations under the License. |
#!/bin/bash | |
# Copyright 2019 Gravitational, Inc. | |
# Licensed under the Apache License, Version 2.0 (the "License"); | |
# you may not use this file except in compliance with the License. | |
# You may obtain a copy of the License at | |
# http://www.apache.org/licenses/LICENSE-2.0 | |
# Unless required by applicable law or agreed to in writing, software | |
# distributed under the License is distributed on an "AS IS" BASIS, | |
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
# See the License for the specific language governing permissions and |
For testing, the default DMZ zone was used as a basis for testing
# Set DMZ interface to eth0
firewall-cmd --zone=dmz --change-interface=eth0 --permanent
firewall-cmd --reload
Assumptions:
apiVersion: apps/v1 | |
kind: Deployment | |
metadata: | |
name: wg-cluster1-cluster2 | |
namespace: wormhole | |
labels: | |
app: wg-cluster1-cluster2 | |
spec: | |
# Because we're sharing secrets, we should only deploy one replica, otherwise WireGuard |