Chapter 4: Understanding Skaffold's Features and Architecture
In the previous chapter, we gained a basic understanding of Skaffold through some coding examples. This chapter will cover the features that are provided by Skaffold. Additionally, we will explore Skaffold's internals by looking at its architecture, workflow, and the skaffold.yaml
configuration file.
In this chapter, we're going to cover the following main topics:
- Understanding Skaffold's features
- Demystifying Skaffold's architecture
- Understanding the Skaffold workflow
- Deciphering Skaffold's configuration with
skaffold.yaml
By the end of this chapter, you will have a solid understanding of the features that Skaffold provides, and how it performs all the magic, by looking at its workflow and architecture.