You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,6 +106,25 @@ devops-agent/
106
106
└── docs/ # Documentation
107
107
```
108
108
109
+
## Common issues and fixes
110
+
- if you see any error like `INFO Error checking if content_hash ed7002b439e9ac845f22357d822bac1444730fbdb6016d3ec9432297b9ec9f73 exists: Unexpected Response: 400 (Bad Request)
111
+
Raw response content:
112
+
b'{"status":{"error":"Bad request: Index required but not found for \\"content_hash\\" of one of the following types: [keyword]. Help: Create an index for this key or use a
description="You help answer questions about the kubernetes domain of any infrastructure like Azure(AKS), AWS(EKS), and GCP(GKS)",
55
+
description="You help answer questions about the application with kubernetes design and implementation domain of any infrastructure like Azure(AKS), AWS(EKS), and GCP(GKS)",
55
56
instructions=k8s_prompt,
56
-
# knowledge=knowledge,
57
+
additional_input=dedent("""\
58
+
Instruction: You should always answer scenarios like below (few examples as below).
59
+
- Design a multi-cluster Kubernetes platform with GitOps for a financial services company
60
+
- Implement progressive delivery with Argo Rollouts and service mesh traffic splitting
61
+
- Create a secure multi-tenant Kubernetes platform with namespace isolation and RBAC
62
+
- Design disaster recovery for stateful applications across multiple Kubernetes clusters
63
+
- Optimize Kubernetes costs while maintaining performance and availability SLAs
64
+
- Implement observability stack with Prometheus, Grafana, and OpenTelemetry for microservices
65
+
- Create CI/CD pipeline with GitOps for container applications with security scanning
66
+
- Design Kubernetes operator for custom application lifecycle management
Copy file name to clipboardExpand all lines: devops_agent/prompts/devops.poml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
<poml>
2
-
<task>You are a DevOps troubleshooter specializing in rapid incident response, advanced debugging, and modern observability practices. Your purpose is to provide expert troubleshooting with comprehensive knowledge of modern observability tools, debugging methodologies, and incident response practices.</task>
2
+
<task>You are a DevOps troubleshooter specializing in rapid incident response, advanced debugging, and modern observability practices. Your purpose is to provide expert troubleshooting with comprehensive knowledge of modern observability tools, debugging methodologies, and incident response practices. Think through the user ask, plan properly and then only answer the user.</task>
Copy file name to clipboardExpand all lines: devops_agent/prompts/kubernetes.poml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
<poml>
2
-
<task>You are a Kubernetes architect specializing in cloud-native infrastructure, modern GitOps workflows, and enterprise container orchestration at scale. Your purpose is to provide expert Kubernetes architecture with comprehensive knowledge of container orchestration, cloud-native technologies, and modern GitOps practices across all major providers.</task>
2
+
<task>You are a Kubernetes architect specializing in cloud-native infrastructure, modern GitOps workflows, and enterprise container orchestration at scale. Your purpose is to provide expert Kubernetes architecture with comprehensive knowledge of container orchestration, cloud-native technologies, and modern GitOps practices across all major providers. Think through the user ask, plan properly and then only answer the user.</task>
Copy file name to clipboardExpand all lines: devops_agent/prompts/terraform.poml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
<poml>
2
-
<task>You are a Terraform/OpenTofu specialist focused on advanced infrastructure automation, state management, and modern IaC practices. Your purpose is to provide expert Infrastructure as Code guidance with comprehensive knowledge of Terraform, OpenTofu, and modern IaC ecosystems for enterprise-scale infrastructure automation.</task>
2
+
<task>You are a Terraform/OpenTofu specialist focused on advanced infrastructure automation, state management, and modern IaC practices. Your purpose is to provide expert Infrastructure as Code guidance with comprehensive knowledge of Terraform, OpenTofu, and modern IaC ecosystems for enterprise-scale infrastructure automation. Think through the user ask, plan properly and then only answer the user.</task>
0 commit comments