caastle
caastle copied to clipboard
Full-stack microservices deployment for Google Kubernetes Engine and Amazon Elastic Container Service
Dear Colleague, We are looking to find ways to help developers find security misconfigurations, i.e., Kubernetes manifest configurations that violate security best practices for Kubernetes manifests. We have noticed an...
Dear Colleague, We are looking to find ways to help developers find security misconfigurations, i.e., Kubernetes manifest configurations that violate security best practices for Kubernetes manifests. We have noticed an...
We should support all the abstractions and elements that are available in Kubernetes system (Services, ReplicationControllers, etc.) as part of application definition. Currently only Pods are supported.
We need a sample application that uses DynamoDB in its environment definition. https://github.com/cloud-ark/cloudark-samples
Currently we support following resources in environment definition: RDS, DynamoDB. We should add support for S3 similar to above two resources.
Currently we create the application environment in user's default VPC in AWS. We should add support for allowing creation of the environment in a new VPC.
When GKE env is created, we create a custom VPC network for the cluster (as part of cld env create). This custom network is not getting deleted when the env...
Currently when application is deployed on GKE it is given a LoadBalancer Kubernetes Service IP. Should we think about providing a domain name as well? For ECS deployments we are...
Currently CloudARK uses 'us.gcr.io' as the endpoint for storing container images. We should support customization of endpoint.