ποΈ Dockertron
Executive Summary
ποΈ Configure your Dockerfile
Configuring your Dockerfile is crucial because it dictates how your application is built and packaged into a container. A properly configured Dockerfile ensures that your Docker image contains all necessary dependencies and settings, allowing your application to run smoothly in your environment.
ποΈ Deploy Build Resources
The Deploy Build Resources configuration allows you to specify the CPU and memory resource requests for both build and deployment processes. This helps ensure that your builds and deployments have sufficient resources to complete successfully while optimizing costs.
ποΈ Dependency Access Configuration
The Access Configuration allows you to extend your project's permissions by granting access to external dependencies from other projects and attaching additional IAM policies. This feature enables cross-project resource sharing and enhanced security configurations.
ποΈ Project
13 items
ποΈ Project
A Project in SleakOps represents a codebase managed by a Git repository, it also defines the so-called Namespace. It's the core entity that connects your repository to the SleakOps environment, enabling deployment, management, and scaling of your application in the AWS infrastructure.
ποΈ Build
We have repeteadly talked about Build in both Project documentation and Initial Build documentation. A build is basically a template of an OS, libraries and other dependencies of the project you deploy.
ποΈ Chart
2 items
ποΈ Deployment
2 items
ποΈ Variable Groups
A Vargroup in SleakOps is a resource that securely stores sensitive information (like database credentials) within your EKS cluster. It ensures that credentials and environment-specific variables are securely managed and easily accessible by your applications.
ποΈ Volumes
In the context of Sleakops, volumes refer to AWS/Kubernetes storage resources attached to a cluster. They serve as general storage for specified containers. Pods can only interact with these volumes if they are explicitly attached to them.
ποΈ Workloads
5 items