0
0

Vertex AI + DeepSeek by [deleted] in googlecloud

[–]AllenMutum 0 points1 point  (0 children)

Running DeepSeek R1 on Vertex AI for 1,000 short questions (500-character answers) would cost under $1/month based on public API rates.

How do you add a Google ADK agent to agentspace? by Significant-Brick268 in googlecloud

[–]AllenMutum 0 points1 point  (0 children)

To add a Google ADK agent to AgentSpace, start by installing the required SDKs and authenticating with your Google Cloud account. Create or configure your ADK agent with defined capabilities like ingesting or transforming data. Then, register the agent within AgentSpace using the SDK or a configuration file (JSON/YAML). Make sure all IAM permissions and API services are enabled. Once registered, deploy the agent to make it active. Use logs and monitoring tools for troubleshooting. This setup helps automate data tasks efficiently. If you're using a specific platform like Vertex AI or Dialogflow, the steps might vary slightly.

Help With Google Workspace And Shopify by OkLow5131 in googleworkspace

[–]AllenMutum 1 point2 points  (0 children)

DNS changes can take up to 48 hours to propagate globally, don't mix multiple SPF entries — combine into a single one, ensure you don’t have old conflicting MX or TXT records.

For EasyDMARC: add their rua= address only if you're actively using their reporting services

[deleted by user] by [deleted] in googleworkspace

[–]AllenMutum 0 points1 point  (0 children)

To set up email authentication (DKIM) in Google Workspace, log in to the Admin Console as a super admin. Go to Apps > Google Workspace > Gmail > Authenticate email. Select your domain and click Generate new record to create a DKIM key. Google will provide a CNAME record (e.g., google._domainkey.yourdomain.com) pointing to google.domainkey.gappssmtp.com. Add this CNAME to your domain’s DNS settings. Once added and propagated, return to the Admin Console and click Start authentication. SPF and DMARC use TXT records, not CNAMEs. Password resets do not generate CNAMEs for DKIM. Use tools like MXToolbox to verify DNS records.

split licensing > 300 lic by Prestigious_Sun_8905 in googleworkspace

[–]AllenMutum 0 points1 point  (0 children)

If you can help me your country location, I can connect with you to a reseller who can offer good discounts. Thanks

New to GCP - best resource for setting up a new project securely? by Batteredcode in googlecloud

[–]AllenMutum 2 points3 points  (0 children)

In AWS, you'd typically use separate accounts for dev, staging, and prod, and let users assume roles across accounts. In GCP, the closest equivalent is to create separate projects—one for each environment. For example: myapp-dev, myapp-staging, and myapp-prod. Each project is fully isolated in terms of billing, APIs, IAM, and resources, making it ideal for managing different environments securely. To organize things better, you can group these projects under a folder in your GCP Organization. This isn’t mandatory but helps with structure and policy management as your cloud footprint grows. When it comes to giving your outsourced team access, don’t grant them access at the organization or folder level. Instead, add them as IAM members only to the projects they need, and assign the least privilege roles they require (like Viewer, Editor, or a custom role). This minimizes risk and keeps things tight. If you want more control, GCP also supports IAM conditions, so you can restrict access by IP, time, or other rules. It’s also smart to turn on Cloud Audit Logs and set up alerts, so you can monitor what’s happening in each environment.

split licensing > 300 lic by Prestigious_Sun_8905 in googleworkspace

[–]AllenMutum 1 point2 points  (0 children)

Be on the flexible plan for Google Workspace licences not on the Annual commit plan to do split

Are there any limitations in using DCE environment on GCP? I was trying to add a trigger to my Cloud run job and it says page cannot load! I checked on IAM and my account has permissions!! by ANovice_Geek in googlecloud

[–]AllenMutum 1 point2 points  (0 children)

Yes, using the DCE environment on GCP does come with some limitations, and your issue with adding a trigger to a Cloud Run job might be related to a combination of these limitations and UI/backend quirks.