Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Secure Continuous Delivery on Google Cloud

You're reading from  Secure Continuous Delivery on Google Cloud

Product type Book
Published in Apr 2024
Publisher Packt
ISBN-13 9781805129288
Pages 304 pages
Edition 1st Edition
Languages
Concepts
Authors (3):
Giovanni Galloro Giovanni Galloro
Profile icon Giovanni Galloro
Nathaniel Avery Nathaniel Avery
Profile icon Nathaniel Avery
David Dorbin David Dorbin
Profile icon David Dorbin
View More author details

Table of Contents (19) Chapters

Preface 1. Part 1:Introduction and Code Your Application
2. Chapter 1: Introducing Continuous Delivery and Software Supply Chain Security 3. Chapter 2: Using Skaffold for Development, Build, and Deploy 4. Chapter 3: Developing and Testing with Cloud Code 5. Chapter 4: Securing Your Code with Cloud Workstations 6. Part 2: Build and Package Your Application
7. Chapter 5: Automating Continuous Integration with Cloud Build 8. Chapter 6: Securely Store Your Software on Artifact Registry 9. Part 3: Deploy and Run Your Application
10. Chapter 7: Exploring Runtimes – GKE, GKE Enterprise, and Cloud Run 11. Chapter 8: Automating Software Delivery Using Cloud Deploy 12. Chapter 9: Securing Your Runtimes with Binary Authorization 13. Part 4: Hands-On Secure Pipeline Delivery and Looking Forward
14. Chapter 10: Demonstrating an End-to-End Software Delivery Pipeline 15. Chapter 11: Integrating with Your Organization’s Workflows 16. Chapter 12: Diving into Best Practices and Trends in Continuous Delivery 17. Index 18. Other Books You May Enjoy

Creating a GKE cluster from your editor

With Cloud Code, you can not only run the skaffold dev flow directly from your IDE but also interact directly with Google Cloud resources, so you don’t need to switch context too much while you're coding.

In this section, you’ll create a GKE cluster to deploy your application to:

  1. In the Cloud Shell terminal pane, set your current project:
      gcloud config set project PROJECT_ID

    PROJECT_ID is the ID of the Google Cloud project you’re using for this chapter.

  2. Create the GKE cluster:
    1. In the Kubernetes section, in Cloud Code, click on the + sign to add a cluster to the KubeConfig:
Figure 3.8 – Kubernetes sub-menu

Figure 3.8 – Kubernetes sub-menu

  1. Click Google Kubernetes Engine:
Figure 3.9 – Kubernetes platform options

Figure 3.9 – Kubernetes platform options

  1. In Select a Google Cloud Project, select the project you want to use, then select + to create a new GKE cluster. You can choose between...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}