forked from aws-samples/eks-anywhere-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5910986
commit 7069e3e
Showing
31 changed files
with
191 additions
and
435 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"image": "mcr.microsoft.com/vscode/devcontainers/base:ubuntu", | ||
"features": { | ||
"ghcr.io/devcontainers/features/docker-in-docker:2": {}, | ||
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {}, | ||
"ghcr.io/devcontainers/features/aws-cli:1": {} | ||
}, | ||
"postCreateCommand": ".devcontainer/postCreateCommand.sh", | ||
"workspaceFolder": "/home/vscode/conformitron", | ||
"workspaceMount": "source=${localWorkspaceFolder},target=/home/vscode/conformitron,type=bind", | ||
"hostRequirements": { | ||
"cpus": 4 | ||
}, | ||
"remoteEnv": { | ||
"PATH": "${containerEnv:PATH}:/home/vscode/conformitron" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
#!/usr/bin/env bash | ||
|
||
# Step 1 setup autocomplete for kubectl and alias k | ||
mkdir $HOME/.kube | ||
echo "source <(kubectl completion bash)" >> $HOME/.bashrc | ||
echo "alias k=kubectl" >> $HOME/.bashrc | ||
echo "complete -F __start_kubectl k" >> $HOME/.bashrc | ||
|
||
# Step 2 - Installs Flux on your local machine. | ||
echo "----------------------------------------------------" | ||
echo "Downloading 'Flux' ..." | ||
curl -O "https://toolkit.Fluxcd.io/install.sh" --silent --location | ||
echo "Installing 'Flux' ..." | ||
chmod +x ./install.sh | ||
./install.sh | ||
rm -rf ./install.sh | ||
|
||
# Step 3 Setup Minikube | ||
minikube start | ||
|
||
# Step 4 - Installs Flux Controller on your Kubernetes Cluster. | ||
flux install \ | ||
--namespace=flux-system \ | ||
--network-policy=false \ | ||
--components=source-controller,helm-controller,kustomize-controller,notification-controller |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
Kubernetes Version : 1.27 | ||
Date of Conformance Test : 2024-03-26 | ||
Date of Conformance Test : 2024-05-02 | ||
|
||
Following ISV Partners have Validated their Conformance : | ||
|
||
VENDOR_PRODUCT VENDOR_PRODUCT_TYPE VENDOR_PRODUCT_VERSION | ||
aqua aqua-enforcer 2022.4.20 | ||
dynatrace dynatrace 0.10.1 | ||
solo.io solo-istiod 1.18.3-eks-a | ||
komodor k8s-watcher 1.15.5 | ||
kong kong-enterprise 2.27.0 | ||
accuknox kubearmor v0.10.2 | ||
accuknox kubearmor v1.3.2 | ||
kubecost cost-analyzer 2.1.0 | ||
nirmata enterprise-kyverno 1.6.10 | ||
lacework polygraph 6.11.0 | ||
suse neuvector 2.4.1 | ||
newrelic nri-bundle 5.0.64 | ||
perfectscale perfectscale v0.0.38 | ||
pulumi pulumi-kubernetes-operator 0.3.0 | ||
solo.io solo-istiod 1.18.3-eks-a | ||
sysdig sysdig-agent 1.6.3 | ||
tetrate.io tetrate-istio-distribution 1.18.1 | ||
hashicorp vault 0.25.0 |
9 changes: 4 additions & 5 deletions
9
Validated_Partners/cloud.txt → Validated_Partners/cloud_Partners.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,20 @@ | ||
Kubernetes Version : 1.28 | ||
Date of Conformance Test : 2024-03-26 | ||
Date of Conformance Test : 2024-05-02 | ||
|
||
Following ISV Partners have Validated their Conformance : | ||
|
||
VENDOR_PRODUCT VENDOR_PRODUCT_TYPE VENDOR_PRODUCT_VERSION | ||
aqua aqua-enforcer 2022.4.20 | ||
dynatrace dynatrace 0.10.1 | ||
solo.io solo-istiod 1.18.3-eks-a | ||
komodor k8s-watcher 1.15.5 | ||
kong kong-enterprise 2.27.0 | ||
accuknox kubearmor v0.10.2 | ||
accuknox kubearmor v1.3.2 | ||
kubecost cost-analyzer 2.1.0 | ||
nirmata enterprise-kyverno 1.6.10 | ||
lacework polygraph 6.11.0 | ||
suse neuvector 2.4.1 | ||
newrelic nri-bundle 5.0.64 | ||
perfectscale perfectscale v0.0.38 | ||
pulumi pulumi-kubernetes-operator 0.3.0 | ||
solo.io solo-istiod 1.18.3-eks-a | ||
sysdig sysdig-agent 1.6.3 | ||
tetrate.io tetrate-istio-distribution 1.18.1 | ||
hashicorp vault 0.25.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
Kubernetes Version : 1.27 | ||
Date of Conformance Test : 2024-03-26 | ||
Date of Conformance Test : 2024-05-02 | ||
|
||
Following ISV Partners have Validated their Conformance : | ||
|
||
VENDOR_PRODUCT VENDOR_PRODUCT_TYPE VENDOR_PRODUCT_VERSION | ||
aqua aqua-enforcer 2022.4.20 | ||
dynatrace dynatrace 0.10.1 | ||
solo.io solo-istiod 1.18.3-eks-a | ||
komodor k8s-watcher 1.15.5 | ||
kong kong-enterprise 2.27.0 | ||
accuknox kubearmor v0.10.2 | ||
accuknox kubearmor v1.3.2 | ||
kubecost cost-analyzer 2.1.0 | ||
nirmata enterprise-kyverno 1.6.10 | ||
lacework polygraph 6.11.0 | ||
suse neuvector 2.4.1 | ||
perfectscale perfectscale v0.0.38 | ||
pulumi pulumi-kubernetes-operator 0.3.0 | ||
solo.io solo-istiod 1.18.3-eks-a | ||
sysdig sysdig-agent 1.6.3 | ||
tetrate.io tetrate-istio-distribution 1.18.1 | ||
hashicorp vault 0.25.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
Kubernetes Version : 1.28 | ||
Date of Conformance Test : 2024-03-26 | ||
Date of Conformance Test : 2024-05-02 | ||
|
||
Following ISV Partners have Validated their Conformance : | ||
|
||
VENDOR_PRODUCT VENDOR_PRODUCT_TYPE VENDOR_PRODUCT_VERSION | ||
aqua aqua-enforcer 2022.4.20 | ||
dynatrace dynatrace 0.10.1 | ||
solo.io solo-istiod 1.18.3-eks-a | ||
komodor k8s-watcher 1.15.5 | ||
kong kong-enterprise 2.27.0 | ||
accuknox kubearmor v0.10.2 | ||
accuknox kubearmor v1.3.2 | ||
kubecost cost-analyzer 2.1.0 | ||
nirmata enterprise-kyverno 1.6.10 | ||
lacework polygraph 6.11.0 | ||
suse neuvector 2.4.1 | ||
newrelic nri-bundle 5.0.64 | ||
perfectscale perfectscale v0.0.38 | ||
pulumi pulumi-kubernetes-operator 0.3.0 | ||
solo.io solo-istiod 1.18.3-eks-a | ||
sysdig sysdig-agent 1.6.3 | ||
tetrate.io tetrate-istio-distribution 1.18.1 | ||
hashicorp vault 0.25.0 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.