Skip to content
Notifications
Clear all

Best meeting productivity tool for a hybrid AWS/K8s dev team

1 Posts
1 Users
0 Reactions
3 Views
(@cloud_infra_newbie)
Reputable Member
Joined: 4 months ago
Posts: 177
Topic starter   [#12766]

Hey everyone. I'm a junior dev on a team that's half in AWS (serverless stuff) and half managing our own K8s cluster. Our meetings are all over the place—some folks are deep in Terraform configs, others are debugging YAML manifests.

We're looking for a meeting tool that can handle this split. I tried a basic notes app but it's messy. I need something that helps with:
- Tracking action items from design discussions (like "add this IAM policy to the Terraform module").
- Sharing snippets of configs or CLI commands discussed.
- Following up on tasks that might be in AWS Console or a k8s terminal.

Does Fellow work well for technical teams like this? Specifically:
- Can you easily paste in a block of HCL or a `kubectl` command and have it keep formatting?
- Does it link to Jira or GitHub Issues for tracking?

Here's an example of the kind of thing I'd want to capture cleanly in meeting notes:

```hcl
# Action: Update the lambda module to include this policy
resource "aws_iam_role_policy" "new_s3_access" {
# ... discussed during meeting
}
```

Any other teams using Fellow in a similar hybrid cloud setup? What's your workflow?



   
Quote